aff084adf3
Instead of maintaining 3 very similar subtargets merge them into one. This does not use the Arm NEON extension any more, because the SAMA5D3 does not support NEON. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Tested-by: Sandeep Sheriker <sandeepsheriker.mallikarjun@microchip.com>
11 lines
270 B
Makefile
11 lines
270 B
Makefile
BOARDNAME:=SAMA5 boards(Cortex-A5)
|
|
CPU_TYPE:=cortex-a5
|
|
CPU_SUBTYPE:=vfpv4
|
|
FEATURES+=fpu
|
|
DEFAULT_PACKAGES += kmod-usb2
|
|
|
|
define Target/Description
|
|
Build generic firmware for Microchip(Atmel AT91) SAMA5D2,
|
|
SAMA5D3 and SAMA5D4 MPU's using the ARMv7 instruction set.
|
|
endef
|