From 75f759fd728ba3bdf0f9dca66143f7d525e3d22e Mon Sep 17 00:00:00 2001 From: coolsnowwolf <31687149+coolsnowwolf@users.noreply.github.com> Date: Mon, 22 Oct 2018 11:52:12 +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 2afa67ba6..d91c288c7 100644 --- a/target/linux/bcm53xx/config-4.14 +++ b/target/linux/bcm53xx/config-4.14 @@ -362,3 +362,5 @@ CONFIG_ZBOOT_ROM_TEXT=0x0 CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_INFLATE=y CONFIG_HARDEN_BRANCH_PREDICTOR=y + +