openwrtv4/target/linux/at91/image/sama5d3.mk
Ben Whitten c2f052acae 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>
2017-06-12 21:07:31 +02:00

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