Fix manual build on the Kontron board (trivial).
A manual build was yielding section overlaps, so increase ROM_IMAGE_SIZE to the same size the Config-abuild.lb is using. Build-tested by me using a manual build. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4266 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
c720795868
commit
dcda7fd527
|
@ -17,7 +17,8 @@ option ROM_IMAGE_SIZE = 128 * 1024
|
|||
option FALLBACK_SIZE = ROM_SIZE
|
||||
|
||||
romimage "fallback"
|
||||
option USE_FALLBACK_IMAGE=1
|
||||
option USE_FALLBACK_IMAGE = 1
|
||||
option ROM_IMAGE_SIZE = 144 * 1024
|
||||
payload ../payload.elf
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue