mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
configs: update defconfigs after VFP option changes
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
d806005b08
commit
379d4aeab5
@@ -1,10 +1,9 @@
|
||||
BR2_arm=y
|
||||
BR2_cortex_a9=y
|
||||
BR2_KERNEL_HEADERS_3_4=y
|
||||
# BR2_SOFT_FLOAT is not set
|
||||
BR2_ARM_FPU_VFPV3D16=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
|
||||
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
||||
BR2_VFP_FLOAT=y
|
||||
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA2"
|
||||
BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
# Architecture
|
||||
BR2_arm=y
|
||||
BR2_cortex_a8=y
|
||||
# BR2_SOFT_FLOAT is not set
|
||||
BR2_VFP_FLOAT=y
|
||||
BR2_ARM_FPU_VFPV3D16=y
|
||||
|
||||
# System
|
||||
BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
BR2_arm=y
|
||||
BR2_cortex_a9=y
|
||||
BR2_ARM_ENABLE_NEON=y
|
||||
BR2_VFP_FLOAT=y
|
||||
# BR2_SOFT_FLOAT is not set
|
||||
BR2_ARM_FPU_VFPV3D16=y
|
||||
|
||||
# System
|
||||
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
BR2_arm=y
|
||||
BR2_cortex_a9=y
|
||||
BR2_ARM_ENABLE_NEON=y
|
||||
BR2_VFP_FLOAT=y
|
||||
# BR2_SOFT_FLOAT is not set
|
||||
BR2_ARM_FPU_VFPV3D16=y
|
||||
|
||||
# System
|
||||
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
|
||||
|
||||
Reference in New Issue
Block a user