summaryrefslogtreecommitdiffstats
path: root/configs/raspberrypi_defconfig
diff options
context:
space:
mode:
authorBenoît Thébaudeau <benoit@wsystem.com>2015-08-22 22:01:25 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-12 23:58:12 +0200
commitc5f874596b81f18e8763e23205fa3ee646514477 (patch)
treea375cf1936cf53a3c15cfef40e5fd0c67fd78a12 /configs/raspberrypi_defconfig
parent5ad2c05a51e37a4a672a90b29ee97e392647ccc7 (diff)
downloadbuildroot-c5f874596b81f18e8763e23205fa3ee646514477.tar.gz
buildroot-c5f874596b81f18e8763e23205fa3ee646514477.zip
configs/raspberrypi: use EABIhf
The SoC of the Raspberry Pi 1 is an ARM1176JZF-S, which features a VFPv2 FPU, so use the EABIhf target ABI, which is more efficient than EABI. This is also the default on Raspbian. Signed-off-by: Benoît Thébaudeau <benoit@wsystem.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'configs/raspberrypi_defconfig')
-rw-r--r--configs/raspberrypi_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/raspberrypi_defconfig b/configs/raspberrypi_defconfig
index af702a3d7d..2d470588fb 100644
--- a/configs/raspberrypi_defconfig
+++ b/configs/raspberrypi_defconfig
@@ -1,5 +1,6 @@
BR2_arm=y
BR2_arm1176jzf_s=y
+BR2_ARM_EABIHF=y
BR2_TARGET_GENERIC_GETTY_PORT="tty1"
OpenPOWER on IntegriCloud