From c2f052acaeb480e89d3ce39c47f49ad16b3464ac Mon Sep 17 00:00:00 2001 From: Ben Whitten <ben.whitten@gmail.com> 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 <ben.whitten@gmail.com> Signed-off-by: Mathias Kresin <dev@kresin.me> --- target/linux/at91/image/sama5d3.mk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 target/linux/at91/image/sama5d3.mk (limited to 'target/linux/at91/image/sama5d3.mk') diff --git a/target/linux/at91/image/sama5d3.mk b/target/linux/at91/image/sama5d3.mk new file mode 100644 index 0000000000..fb02ee1bc0 --- /dev/null +++ b/target/linux/at91/image/sama5d3.mk @@ -0,0 +1,8 @@ +define Device/at91-sama5d3_xplained + $(Device/evaluation-dtb) + DEVICE_TITLE := Atmel AT91SAMA5D3XPLAINED + KERNEL_SIZE := 6144k + SUBPAGESIZE := 2048 +endef +TARGET_DEVICES += at91-sama5d3_xplained + -- cgit v1.2.3