From b951a8745e898b28ca16ff6e5ae4bc5d0d03b0e4 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Mon, 22 Oct 2018 11:33:32 +0800 Subject: [PATCH] fix CONFIG_HARDEN_BRANCH_PREDICTOR=y in bcm53xx arm target --- target/linux/bcm53xx/config-4.14 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/bcm53xx/config-4.14 b/target/linux/bcm53xx/config-4.14 index e6f578c6d..2afa67ba6 100644 --- a/target/linux/bcm53xx/config-4.14 +++ b/target/linux/bcm53xx/config-4.14 @@ -293,6 +293,7 @@ CONFIG_PHYLIB=y # CONFIG_PHY_NS2_USB_DRD is not set CONFIG_PINCTRL=y # CONFIG_PINCTRL_IPROC_GPIO is not set +CONFIG_PINCTRL_NS=y # CONFIG_PINCTRL_NS2_MUX is not set # CONFIG_PL310_ERRATA_588369 is not set # CONFIG_PL310_ERRATA_727915 is not set @@ -360,3 +361,4 @@ CONFIG_ZBOOT_ROM_BSS=0x0 CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_INFLATE=y +CONFIG_HARDEN_BRANCH_PREDICTOR=y