aboutsummaryrefslogtreecommitdiff
path: root/src/arch/armv7
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2013-05-29 13:10:56 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-07-10 21:47:27 +0200
commit37332b66fa1911144dc2c7cd0bda77f7dbbcfb3b (patch)
tree7e28fa5c7ec27b419197bd188bc38a7b04641c49 /src/arch/armv7
parent2d8112523aa04bca3f4d56d6ba1660082bf279b5 (diff)
arch: clean up Kconfig and Makefile
remove some unused code Change-Id: I41602fb391c1910c588a4f9dcc7c2edefe8ab5bc Signed-off-by: Stefan Reinauer <reinauer@chromium.org> Signed-off-by: Gabe Black <gabeblack@chromium.org> Reviewed-on: http://review.coreboot.org/3669 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/arch/armv7')
-rw-r--r--src/arch/armv7/Kconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/arch/armv7/Kconfig b/src/arch/armv7/Kconfig
index 488ca97e4c..7f4d75e270 100644
--- a/src/arch/armv7/Kconfig
+++ b/src/arch/armv7/Kconfig
@@ -1,9 +1,5 @@
menu "Architecture (armv7)"
-config EABI_COMPAT
- bool "Toolchain is EABI compatible"
- default n
-
# Maximum reboot count
# TODO: Improve description.
config MAX_REBOOT_CNT
@@ -36,17 +32,4 @@ config UPDATE_IMAGE
is a suitable file for further processing.
The bootblock will not be modified.
-config BOOTBLOCK_SOC_INIT
- string
-
-# FIXME: Should cache policy be set on a per-CPU basis?
-# FIXME(dhendrix): Stefan sayz to make a smart decision and not prompt the user.
-config ARM_DCACHE_POLICY_WRITEBACK
- bool
- default y
-
-config ARM_DCACHE_POLICY_WRITETHROUGH
- bool
- default n
-
endmenu