c2f052acae
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>
8 lines
199 B
Makefile
8 lines
199 B
Makefile
define Device/at91-sama5d3_xplained
|
|
$(Device/evaluation-dtb)
|
|
DEVICE_TITLE := Atmel AT91SAMA5D3XPLAINED
|
|
KERNEL_SIZE := 6144k
|
|
SUBPAGESIZE := 2048
|
|
endef
|
|
TARGET_DEVICES += at91-sama5d3_xplained
|
|
|