diff options
Diffstat (limited to 'targets/embeddedplanet/ep405pc/Config.lb')
-rw-r--r-- | targets/embeddedplanet/ep405pc/Config.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/embeddedplanet/ep405pc/Config.lb b/targets/embeddedplanet/ep405pc/Config.lb index 0f7d13040f..820a38506a 100644 --- a/targets/embeddedplanet/ep405pc/Config.lb +++ b/targets/embeddedplanet/ep405pc/Config.lb @@ -4,7 +4,7 @@ target ep405pc mainboard embeddedplanet/ep405pc -romimage "normal" +romimage "fallback" ## Enable PPC405 instructions option CONFIG_CPU_OPT="-mcpu=405" @@ -78,4 +78,4 @@ romimage "normal" end -buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" +buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback" |