f8a5ac1a88
Renaming at91 subtarget sama5d3 to sama5 and using at91-sama5d3_xplained as a target device in sama5 subtarget.This will enable to add other sama5d2 & sama5d4 target devices in sama5 subtraget.This will avoid code duplication when sama5d2 & sama5d4 added as different subtarget. Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun@microchip.com>
7 lines
211 B
Makefile
7 lines
211 B
Makefile
define Device/at91-sama5d3_xplained
|
|
$(Device/evaluation-dtb)
|
|
DEVICE_TITLE := Microchip(Atmel AT91) SAMA5D3 Xplained
|
|
KERNEL_SIZE := 6144k
|
|
SUBPAGESIZE := 2048
|
|
endef
|
|
TARGET_DEVICES += at91-sama5d3_xplained
|