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>
9 lines
224 B
Makefile
9 lines
224 B
Makefile
BOARDNAME:=SAMA5 Xplained boards(Cortex-A5)
|
|
CPU_TYPE:=cortex-a5
|
|
|
|
DEFAULT_PACKAGES += kmod-usb2
|
|
|
|
define Target/Description
|
|
Build generic firmware for Microchip(Atmel AT91) SAMA5 MPU's
|
|
using the ARMv7 instruction set.
|
|
endef
|