diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/emulation/qemu-x86/Options.lb | 2 | ||||
-rw-r--r-- | src/mainboard/kontron/986lcd-m/Options.lb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/emulation/qemu-x86/Options.lb b/src/mainboard/emulation/qemu-x86/Options.lb index 9628ebb256..70d127c1a3 100644 --- a/src/mainboard/emulation/qemu-x86/Options.lb +++ b/src/mainboard/emulation/qemu-x86/Options.lb @@ -50,7 +50,7 @@ uses CONFIG_CBFS default CONFIG_CONSOLE_SERIAL8250=1 default DEFAULT_CONSOLE_LOGLEVEL=8 default MAXIMUM_CONSOLE_LOGLEVEL=8 -default CONFIG_CBFS=0 +default CONFIG_CBFS=1 ## ROM_SIZE is the size of boot ROM that this board will use. default ROM_SIZE = 256*1024 diff --git a/src/mainboard/kontron/986lcd-m/Options.lb b/src/mainboard/kontron/986lcd-m/Options.lb index 3d708b0e1c..1d04d0f516 100644 --- a/src/mainboard/kontron/986lcd-m/Options.lb +++ b/src/mainboard/kontron/986lcd-m/Options.lb @@ -327,7 +327,7 @@ default MAINBOARD_POWER_ON_AFTER_POWER_FAIL="MAINBOARD_POWER_ON" # # CBFS # -default CONFIG_CBFS=0 +default CONFIG_CBFS=1 ### End Options.lb end |