aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/Kconfig
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-08-25 12:19:28 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-08-25 12:19:28 +0000
commitf9d4c2bad899802ecbac922ae180825bf8112a71 (patch)
treedd9a59765afeff80127942f973781808a152d399 /src/cpu/x86/Kconfig
parentf8f5b620a2fc7938d636531036047335b7b8aefb (diff)
Fix copy-paste error in src/cpu/x86/Kconfig.
That file defines XIP_ROM_BASE twice, but the latter definition should be XIP_ROM_SIZE (not *_BASE). These exact two definitions are listed in src/Kconfig already, though, so maybe one of the two locations should remove them? Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4571 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/x86/Kconfig')
-rw-r--r--src/cpu/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/x86/Kconfig b/src/cpu/x86/Kconfig
index b036baf1f5..9c8d1a7552 100644
--- a/src/cpu/x86/Kconfig
+++ b/src/cpu/x86/Kconfig
@@ -6,6 +6,6 @@ config XIP_ROM_BASE
hex
default 0xfffe0000
-config XIP_ROM_BASE
+config XIP_ROM_SIZE
hex
default 0x2000