aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorSandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun@microchip.com>2018-04-02 09:34:10 -0700
committerJohn Crispin <john@phrozen.org>2018-04-30 09:01:12 +0200
commit2391d6a29e3856f71de844ba2c1307fb6f36747b (patch)
tree527f714ecfd586360886c3ad527b02c7862bb262 /target
parent80fe9bd71c18e472c9642e0b70c3abe2c6c21406 (diff)
downloadupstream-2391d6a29e3856f71de844ba2c1307fb6f36747b.tar.gz
upstream-2391d6a29e3856f71de844ba2c1307fb6f36747b.tar.bz2
upstream-2391d6a29e3856f71de844ba2c1307fb6f36747b.zip
at91: sama5: remove neon and VFPv4 support
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>
Diffstat (limited to 'target')
-rw-r--r--target/linux/at91/sama5/target.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/at91/sama5/target.mk b/target/linux/at91/sama5/target.mk
index 8ff6c761a9..2e452dc6da 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