mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
sunxi: move fpu feature flag into the subtargets
As the upcoming arm926ej-s does not have an FPU, move this flag into the subtargets. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
This commit is contained in:
parent
2164bd308b
commit
01fc454a0c
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
ARCH:=arm
|
ARCH:=arm
|
||||||
BOARD:=sunxi
|
BOARD:=sunxi
|
||||||
BOARDNAME:=Allwinner ARM SoCs
|
BOARDNAME:=Allwinner ARM SoCs
|
||||||
FEATURES:=fpu usb ext4 display rootfs-part rtc squashfs
|
FEATURES:=usb ext4 display rootfs-part rtc squashfs
|
||||||
SUBTARGETS:=cortexa8 cortexa7 cortexa53
|
SUBTARGETS:=cortexa8 cortexa7 cortexa53
|
||||||
|
|
||||||
KERNEL_PATCHVER:=6.1
|
KERNEL_PATCHVER:=6.1
|
||||||
|
@ -8,3 +8,4 @@ ARCH:=aarch64
|
|||||||
BOARDNAME:=Allwinner A64/H5/H6/H616
|
BOARDNAME:=Allwinner A64/H5/H6/H616
|
||||||
CPU_TYPE:=cortex-a53
|
CPU_TYPE:=cortex-a53
|
||||||
KERNELNAME:=Image dtbs
|
KERNELNAME:=Image dtbs
|
||||||
|
FEATURES+=fpu
|
@ -7,3 +7,4 @@ include $(TOPDIR)/rules.mk
|
|||||||
BOARDNAME:=Allwinner A20/A3x/H3/R40
|
BOARDNAME:=Allwinner A20/A3x/H3/R40
|
||||||
CPU_TYPE:=cortex-a7
|
CPU_TYPE:=cortex-a7
|
||||||
CPU_SUBTYPE:=neon-vfpv4
|
CPU_SUBTYPE:=neon-vfpv4
|
||||||
|
FEATURES+=fpu
|
||||||
|
@ -7,3 +7,4 @@ include $(TOPDIR)/rules.mk
|
|||||||
BOARDNAME:=Allwinner A1x
|
BOARDNAME:=Allwinner A1x
|
||||||
CPU_TYPE:=cortex-a8
|
CPU_TYPE:=cortex-a8
|
||||||
CPU_SUBTYPE:=vfpv3
|
CPU_SUBTYPE:=vfpv3
|
||||||
|
FEATURES+=fpu
|
||||||
|
Loading…
Reference in New Issue
Block a user