diff options
Diffstat (limited to 'targets/momentum/apache')
-rw-r--r-- | targets/momentum/apache/Config.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/momentum/apache/Config.lb b/targets/momentum/apache/Config.lb index 5d0fd32484..b1d74d5f9a 100644 --- a/targets/momentum/apache/Config.lb +++ b/targets/momentum/apache/Config.lb @@ -6,7 +6,7 @@ target apache mainboard momentum/apache # Apache Demo Board -romimage "normal" +romimage "fallback" ## Base of ROM option CONFIG_ROMBASE=0xfff00000 @@ -25,4 +25,4 @@ romimage "normal" option CONFIG_RAMSTART=0x00100000 end -buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" +buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback" |