From patchwork Mon Aug 24 23:23:45 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Fix copy-paste error in src/cpu/x86/Kconfig (XIP_*) Date: Mon, 24 Aug 2009 23:23:45 -0000 From: Uwe Hermann X-Patchwork-Id: 182 Message-Id: <20090824232345.GD14664@greenwood> To: coreboot@coreboot.org See patch. Uwe. Acked-by: Stefan Reinauer 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 Index: src/cpu/x86/Kconfig =================================================================== --- src/cpu/x86/Kconfig (Revision 4566) +++ src/cpu/x86/Kconfig (Arbeitskopie) @@ -6,6 +6,6 @@ hex default 0xfffe0000 -config XIP_ROM_BASE +config XIP_ROM_SIZE hex default 0x2000