Adapt ROM_IMAGE_SIZE, too. ROMBASE should probably be defined
by ROM_IMAGE_SIZE (so ROM_IMAGE_SIZE + ROMBASE - 4GB == 0), but that's for another patch. Should fix the issues created by the bootblock cleanup patch. Build tested on kontron/986lcd-m, trivial change. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4940 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
2e67273624
commit
bdf4157d81
|
@ -24,12 +24,7 @@ config ROMBASE
|
|||
|
||||
config ROM_IMAGE_SIZE
|
||||
hex
|
||||
default 0x400000 if COREBOOT_ROMSIZE_KB_4096
|
||||
default 0x200000 if COREBOOT_ROMSIZE_KB_2048
|
||||
default 0x100000 if COREBOOT_ROMSIZE_KB_1024
|
||||
default 0x80000 if COREBOOT_ROMSIZE_KB_512
|
||||
default 0x40000 if COREBOOT_ROMSIZE_KB_256
|
||||
default 0x20000 if COREBOOT_ROMSIZE_KB_128
|
||||
default 0x10000
|
||||
|
||||
config RAMBASE
|
||||
hex
|
||||
|
|
Loading…
Reference in New Issue