sama5d2 & samad4 have neon feature and sama5d3 does not have neon feature due to which sama5d3 boot fails with error message Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000004. removing neon & VFPv4 support to fix this Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun@microchip.com>
9 lines
215 B
Makefile
9 lines
215 B
Makefile
BOARDNAME:=SAMA5 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
|