summaryrefslogtreecommitdiff
path: root/src/soc/marvell
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2015-05-19 21:24:15 +0200
committerPatrick Georgi <pgeorgi@google.com>2015-05-19 22:07:59 +0200
commita6225fa0cfb54782ec4676343329f888128453a6 (patch)
tree3e1afb0020028211c9196f4f8e5faec4637bcdfc /src/soc/marvell
parentda3a146caea1e85c9651a7f5889ad2a547d6f5e7 (diff)
downloadcoreboot-a6225fa0cfb54782ec4676343329f888128453a6.tar.xz
Remove Kconfig variable that has no effect
CPU_HAS_BOOTBLOCK_INIT is only declared once and selected elsewhere (with no overlap), and never read. Remove it. Change-Id: I3f294b0724a87876a7e2f274e6933fe10321a69d Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: http://review.coreboot.org/10253 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/soc/marvell')
-rw-r--r--src/soc/marvell/bg4cd/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/soc/marvell/bg4cd/Kconfig b/src/soc/marvell/bg4cd/Kconfig
index 9c0dc140f7..18dda55890 100644
--- a/src/soc/marvell/bg4cd/Kconfig
+++ b/src/soc/marvell/bg4cd/Kconfig
@@ -26,7 +26,6 @@ config SOC_MARVELL_BG4CD
select ARCH_VERSTAGE_ARMV7_M
select ARM_BOOTBLOCK_CUSTOM if VBOOT_VERIFY_FIRMWARE
select BOOTBLOCK_CONSOLE
- select CPU_HAS_BOOTBLOCK_INIT
select DYNAMIC_CBMEM
select EARLY_CONSOLE
select GENERIC_UDELAY