diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-05-28 10:21:14 -0700 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-05-30 12:12:37 +0200 |
commit | aff084adf339cf9fd966ce8e2b1173b3ff51fd48 (patch) | |
tree | 092b8013cd7f8ed13755f898ad129680c3c715b4 /target/linux/at91/Makefile | |
parent | 28e00650a5756cab9405198392e30ae545f2ae4c (diff) | |
download | upstream-aff084adf339cf9fd966ce8e2b1173b3ff51fd48.tar.gz upstream-aff084adf339cf9fd966ce8e2b1173b3ff51fd48.tar.bz2 upstream-aff084adf339cf9fd966ce8e2b1173b3ff51fd48.zip |
at91: Merge SAMA5 subtargets
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>
Diffstat (limited to 'target/linux/at91/Makefile')
-rw-r--r-- | target/linux/at91/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index d71e0850ff..cae3c6278b 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -11,7 +11,7 @@ BOARD:=at91 MAINTAINER:=Claudio Mignanti <c.mignanti@gmail.com> BOARDNAME:=Microchip (Atmel AT91) FEATURES:=ext4 squashfs targz usb usbgadget ubifs -SUBTARGETS:=sama5d2 sama5d3 sama5d4 legacy +SUBTARGETS:=sama5 legacy KERNEL_PATCHVER:=4.9 |