diff mbox series

[LEDE-DEV,08/12] at91: sama5: remove neon and VFPv4 support

Message ID aa3a9e10286cd82f0f4c93f980a2bdef6117c10f.1522686802.git.sandeepsheriker.mallikarjun@microchip.com
State Accepted
Delegated to: John Crispin
Headers show
Series [LEDE-DEV,01/12] at91bootstrap:update to v3.8.10 | expand

Commit Message

Sandeep Sheriker April 2, 2018, 4:34 p.m. UTC
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>
---
 target/linux/at91/sama5/target.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/target/linux/at91/sama5/target.mk b/target/linux/at91/sama5/target.mk
index 8ff6c76..2e452dc 100644
--- a/target/linux/at91/sama5/target.mk
+++ b/target/linux/at91/sama5/target.mk
@@ -1,8 +1,6 @@ 
-BOARDNAME:=SAMA5 Xplained boards(Cortex-A5)
+BOARDNAME:=SAMA5 boards(Cortex-A5)
 CPU_TYPE:=cortex-a5
-CPU_SUBTYPE:=neon-vfpv4
 
-FEATURES+=fpu
 DEFAULT_PACKAGES += kmod-usb2
 
 define Target/Description