aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/Kconfig
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2019-11-20 22:25:30 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-30 16:12:04 +0000
commit8601afb679f9e0af556a4bd19473d9dc5c140895 (patch)
tree9d17b7dfbe9e2d5f4942df1e72f363827326386c /src/cpu/Kconfig
parentfdb8b13e64d233296486ca9a4ca9eb34c0386934 (diff)
kill CAR_GLOBAL_MIGRATION leftovers
Change-Id: Ia3b2c10af63cd0cab42dc39f479cb69bc4df9124 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37055 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu/Kconfig')
-rw-r--r--src/cpu/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig
index 3c0bf89afd..1ad7ef1b1b 100644
--- a/src/cpu/Kconfig
+++ b/src/cpu/Kconfig
@@ -6,14 +6,6 @@ source "src/cpu/*/Kconfig"
if ARCH_X86
-config CAR_GLOBAL_MIGRATION
- bool
- default n
- help
- This option is selected if there is need to migrate CAR globals.
- All stages which use CAR globals can directly access the variables
- from their linked addresses.
-
config DCACHE_RAM_BASE
hex