[openwrt/openwrt] armvirt: re-enable VFP support

LEDE Commits lede-commits at lists.infradead.org
Tue Jan 9 15:44:26 PST 2018


jow pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/57157618d4c25b3f08adf28bad5b24d26b3a368a

commit 57157618d4c25b3f08adf28bad5b24d26b3a368a
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Wed Jan 10 00:40:33 2018 +0100

    armvirt: re-enable VFP support
    
    Enable CONFIG_VFP again which was disabled during the 4.9 -> 4.14 bump.
    
    Boot tested both 32 and 64 bit subtargets using initramfs images with the
    qemu-system-arm and qemu-system-aarch64 emulators.
    
    Fixes: aa100b66f2 ("armvirt: bump to v4.14")
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 target/linux/armvirt/config-4.14 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/linux/armvirt/config-4.14 b/target/linux/armvirt/config-4.14
index 26e7550..ea69cff 100644
--- a/target/linux/armvirt/config-4.14
+++ b/target/linux/armvirt/config-4.14
@@ -238,7 +238,6 @@ CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
 CONFIG_USB_SUPPORT=y
 CONFIG_USE_OF=y
 CONFIG_VECTORS_BASE=0xffff0000
-# CONFIG_VFP is not set
 CONFIG_VIRTIO=y
 CONFIG_VIRTIO_BALLOON=y
 CONFIG_VIRTIO_BLK=y



More information about the lede-commits mailing list