diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2011-04-14 20:21:49 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2011-04-14 20:21:49 +0000 |
commit | 8902502c4ad04909c5fdfa7b7a3384bfb696731b (patch) | |
tree | 48c936102db57f43052a60873f3e3bd62979fbd6 /src/arch/x86/Kconfig | |
parent | 61089587640646022359c97e79aede4560566305 (diff) | |
download | coreboot-8902502c4ad04909c5fdfa7b7a3384bfb696731b.tar.xz |
drop incorrectly used CONFIG_ROM_IMAGE_SIZE and unused CONFIG_ARCH
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Acked-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6496 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r-- | src/arch/x86/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index aacc0982a6..a903827c11 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -8,20 +8,10 @@ config AP_IN_SIPI_WAIT default n depends on ARCH_X86 -# This is the name of the respective architecture subdirectory in arch/. -config ARCH - string - default i386 - depends on ARCH_X86 - config ROMBASE hex default 0xffff0000 -config ROM_IMAGE_SIZE - hex - default 0x10000 - config RAMBASE hex default 0x100000 |