diff options
author | Zoltan HERPAI <wigyori@uid0.hu> | 2024-03-23 18:35:58 +0100 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2024-04-19 18:42:05 +0200 |
commit | 01fc454a0cd0ab140ae54e0e5a4698763b11d211 (patch) | |
tree | 0a67d745ae01874f9a4b0591affa6288e787996f /target/linux/sunxi/cortexa53 | |
parent | 2164bd308b94dea8ac0f32a310bd636bcfde93dd (diff) |
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>
Diffstat (limited to 'target/linux/sunxi/cortexa53')
-rw-r--r-- | target/linux/sunxi/cortexa53/target.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/sunxi/cortexa53/target.mk b/target/linux/sunxi/cortexa53/target.mk index 771e07d29f..02b31702ba 100644 --- a/target/linux/sunxi/cortexa53/target.mk +++ b/target/linux/sunxi/cortexa53/target.mk @@ -8,3 +8,4 @@ ARCH:=aarch64 BOARDNAME:=Allwinner A64/H5/H6/H616 CPU_TYPE:=cortex-a53 KERNELNAME:=Image dtbs +FEATURES+=fpu
\ No newline at end of file |