diff options
Diffstat (limited to 'targets/motorola')
-rw-r--r-- | targets/motorola/sandpoint/Config.lb | 4 | ||||
-rw-r--r-- | targets/motorola/sandpoint/Config.lb.ide_stream | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/targets/motorola/sandpoint/Config.lb b/targets/motorola/sandpoint/Config.lb index 7ef1668969..473b27a28b 100644 --- a/targets/motorola/sandpoint/Config.lb +++ b/targets/motorola/sandpoint/Config.lb @@ -7,7 +7,7 @@ target sandpoint mainboard motorola/sandpointx3_altimus_mpc7410 # Sandpoint Demo Board -romimage "normal" +romimage "fallback" ## Base of ROM option CONFIG_ROMBASE=0xfff00000 @@ -28,4 +28,4 @@ romimage "normal" option CONFIG_SANDPOINT_ALTIMUS=1 end -buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" +buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback" diff --git a/targets/motorola/sandpoint/Config.lb.ide_stream b/targets/motorola/sandpoint/Config.lb.ide_stream index 6649c092ae..79aa44c38f 100644 --- a/targets/motorola/sandpoint/Config.lb.ide_stream +++ b/targets/motorola/sandpoint/Config.lb.ide_stream @@ -64,7 +64,7 @@ option CONFIG_STACK_SIZE=0x10000 option CONFIG_HEAP_SIZE=0x10000 # Sandpoint Demo Board -romimage "normal" +romimage "fallback" ## Base of ROM option CONFIG_ROMBASE=0xfff00000 @@ -87,4 +87,4 @@ romimage "normal" mainboard motorola/sandpoint end -buildrom ./coreboot.rom CONFIG_ROM_SIZE "normal" +buildrom ./coreboot.rom CONFIG_ROM_SIZE "fallback" |