diff options
author | Myles Watson <mylesgw@gmail.com> | 2009-10-09 17:40:34 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2009-10-09 17:40:34 +0000 |
commit | 517bb208dcb2739108d07357c79e78ecd474523f (patch) | |
tree | 69f80ccb07f0e9a03d565a9e520b0a9ccca00c16 /src/arch | |
parent | e7bbb50ba0bf53b2a6bd7bbbe5f7052855e0da23 (diff) | |
download | coreboot-517bb208dcb2739108d07357c79e78ecd474523f.tar.xz |
Remove extra CONFIG variables.
Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4754 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/i386/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/arch/i386/Kconfig b/src/arch/i386/Kconfig index 64c96d7a64..860de86895 100644 --- a/src/arch/i386/Kconfig +++ b/src/arch/i386/Kconfig @@ -27,19 +27,6 @@ config ROMBASE default 0xfffc0000 if COREBOOT_ROMSIZE_KB_256 default 0xfffe0000 if COREBOOT_ROMSIZE_KB_128 -config PAYLOAD_SIZE - hex - default 0x0 - -config ROM_PAYLOAD_START - hex - default 0xffc00000 if COREBOOT_ROMSIZE_KB_4096 - default 0xffe00000 if COREBOOT_ROMSIZE_KB_2048 - default 0xfff00000 if COREBOOT_ROMSIZE_KB_1024 - default 0xfff80000 if COREBOOT_ROMSIZE_KB_512 - default 0xfffc0000 if COREBOOT_ROMSIZE_KB_256 - default 0xfffe0000 if COREBOOT_ROMSIZE_KB_128 - config ROM_IMAGE_SIZE hex default 0x400000 if COREBOOT_ROMSIZE_KB_4096 |