brcm2708: bcm2710: do not activate neon-vfpv4 manually
Neon and vfpv4 support are activated by GCC on all ARMv8 CPUs because this is now a mandatory part of the architecture. There is not need to activate is manually. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
c7b4b4cee2
commit
e9aec15911
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ ARCH:=aarch64
|
|||
SUBTARGET:=bcm2710
|
||||
BOARDNAME:=BCM2710 64 bit based boards
|
||||
CPU_TYPE:=cortex-a53
|
||||
CPU_SUBTYPE:=neon-vfpv4
|
||||
|
||||
define Target/Description
|
||||
Build firmware image for Broadcom BCM2710 64 bit SoC devices.
|
||||
|
|
Loading…
Reference in a new issue