diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-05-11 01:44:54 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-05-11 01:44:54 +0000 |
commit | dcda7fd527abafea3a089f63d1b941b043c3c8b5 (patch) | |
tree | 7b5483ea32debcda0d2c857ea4a7437602a8208a /targets | |
parent | c720795868d08bfcc07c16504e7132274899e907 (diff) |
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
Diffstat (limited to 'targets')
-rw-r--r-- | targets/kontron/986lcd-m/Config.lb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/targets/kontron/986lcd-m/Config.lb b/targets/kontron/986lcd-m/Config.lb index 6301718159..56c8656e39 100644 --- a/targets/kontron/986lcd-m/Config.lb +++ b/targets/kontron/986lcd-m/Config.lb @@ -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 |