<p>Lubomir Rintel has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21611">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mainboard: use SeaBIOS config only when it's the payload of choice<br><br>It makes no sense for Das U-Boot which uses the same setting.<br><br>Change-Id: I1629aecf33cb62bb1e6856ef5627748a7dc74d8a<br>Signed-off-by: Lubomir Rintel <lkundrak@v3.sk><br>---<br>M src/mainboard/adi/rcc-dff/Kconfig<br>M src/mainboard/intel/littleplains/Kconfig<br>M src/mainboard/intel/mohonpeak/Kconfig<br>3 files changed, 12 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/21611/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/adi/rcc-dff/Kconfig b/src/mainboard/adi/rcc-dff/Kconfig<br>index 3c22a74..ab0e113 100644<br>--- a/src/mainboard/adi/rcc-dff/Kconfig<br>+++ b/src/mainboard/adi/rcc-dff/Kconfig<br>@@ -69,6 +69,8 @@<br>   help<br>    The Mohon Peak board uses COM2 (2f8) for the serial console.<br> <br>+if PAYLOAD_SEABIOS<br>+<br> config PAYLOAD_CONFIGFILE<br>         string<br>        default "$(top)/src/mainboard/$(MAINBOARDDIR)/config_seabios"<br>@@ -77,4 +79,6 @@<br>      segment.  This means that USB/SATA devices will not work in SeaBIOS unless<br>    we put the SeaBIOS buffer area down in the 0x9000 segment.<br> <br>+endif # PAYLOAD_SEABIOS<br>+<br> endif # BOARD_ADI_RCC_DFF<br>diff --git a/src/mainboard/intel/littleplains/Kconfig b/src/mainboard/intel/littleplains/Kconfig<br>index 10cde71..8c4050e 100644<br>--- a/src/mainboard/intel/littleplains/Kconfig<br>+++ b/src/mainboard/intel/littleplains/Kconfig<br>@@ -56,6 +56,8 @@<br>  help<br>    The Little Plains board uses COM2 (2f8) for the serial console.<br> <br>+if PAYLOAD_SEABIOS<br>+<br> config PAYLOAD_CONFIGFILE<br>      string<br>        default "$(top)/src/mainboard/$(MAINBOARDDIR)/config_seabios"<br>@@ -64,4 +66,6 @@<br>      segment.  This means that USB/SATA devices will not work in SeaBIOS unless<br>    we put the SeaBIOS buffer area down in the 0x9000 segment.<br> <br>+endif # PAYLOAD_SEABIOS<br>+<br> endif # BOARD_INTEL_LITTLEPLAINS<br>diff --git a/src/mainboard/intel/mohonpeak/Kconfig b/src/mainboard/intel/mohonpeak/Kconfig<br>index c354d1b..37a9878 100644<br>--- a/src/mainboard/intel/mohonpeak/Kconfig<br>+++ b/src/mainboard/intel/mohonpeak/Kconfig<br>@@ -69,6 +69,8 @@<br>       help<br>    The Mohon Peak board uses COM2 (2f8) for the serial console.<br> <br>+if PAYLOAD_SEABIOS<br>+<br> config PAYLOAD_CONFIGFILE<br>         string<br>        default "$(top)/src/mainboard/$(MAINBOARDDIR)/config_seabios"<br>@@ -77,4 +79,6 @@<br>      segment.  This means that USB/SATA devices will not work in SeaBIOS unless<br>    we put the SeaBIOS buffer area down in the 0x9000 segment.<br> <br>+endif # PAYLOAD_SEABIOS<br>+<br> endif # BOARD_INTEL_MOHONPEAK<br></pre><p>To view, visit <a href="https://review.coreboot.org/21611">change 21611</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/21611"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I1629aecf33cb62bb1e6856ef5627748a7dc74d8a </div>
<div style="display:none"> Gerrit-Change-Number: 21611 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Lubomir Rintel <lkundrak@v3.sk> </div>