diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-04-12 09:50:53 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-04-12 09:50:53 +0000 |
commit | f1ce6f2c2518b70eae23502593393fd40fd73806 (patch) | |
tree | 43c71d9fc743199cc57d862ae3e1f4dc5a3c6930 /src/Kconfig | |
parent | d9466493ec85045659336d11868ddd626944b650 (diff) |
- move the XIP_ROM_* flags to src/cpu/x86/Kconfig exclusively
- set them to span the last 64k, instead of the last 128k
by default
- fixes via CAR for tiny bootblock
- enabled tiny bootblock for via/vt8454c
Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5409 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Kconfig b/src/Kconfig index fec4d0be49..f59914f6a4 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -116,14 +116,6 @@ config CPU_ADDR_BITS int default 36 -config XIP_ROM_BASE - hex - default 0xfffe0000 - -config XIP_ROM_SIZE - hex - default 0x20000 - config LOGICAL_CPUS bool default y |