From c2f052acaeb480e89d3ce39c47f49ad16b3464ac Mon Sep 17 00:00:00 2001 From: Ben Whitten Date: Wed, 3 May 2017 22:15:20 +0100 Subject: at91: convert boards to generic build target Evaluation boards are left in component form to ease flashing using vendor tooling and instructions. These boards also do not include the EOF marker in the UBIFS as the bootloaders are recent and easily upgradeable. The end product boards use factory.bin images based on the dts layout and include EOF markers as bootloader UBI support is not determined. Signed-off-by: Ben Whitten Signed-off-by: Mathias Kresin --- target/linux/at91/image/ubinize.cfg | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 target/linux/at91/image/ubinize.cfg (limited to 'target/linux/at91/image/ubinize.cfg') diff --git a/target/linux/at91/image/ubinize.cfg b/target/linux/at91/image/ubinize.cfg deleted file mode 100644 index e4149ec7d7..0000000000 --- a/target/linux/at91/image/ubinize.cfg +++ /dev/null @@ -1,13 +0,0 @@ -[rootfs] -# Volume mode (other option is static) -mode=ubi -# Source image -image=root.ubifs -# Volume ID in UBI image -vol_id=0 -# Allow for dynamic resize -vol_type=dynamic -# Volume name -vol_name=rootfs -# Autoresize volume at first mount -vol_flags=autoresize -- cgit v1.2.3