From aff084adf339cf9fd966ce8e2b1173b3ff51fd48 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Tue, 28 May 2019 10:21:14 -0700 Subject: 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 Tested-by: Sandeep Sheriker --- target/linux/at91/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/at91/Makefile') 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 BOARDNAME:=Microchip (Atmel AT91) FEATURES:=ext4 squashfs targz usb usbgadget ubifs -SUBTARGETS:=sama5d2 sama5d3 sama5d4 legacy +SUBTARGETS:=sama5 legacy KERNEL_PATCHVER:=4.9 -- cgit v1.2.3