<p>Marcello Sylvester Bauer has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/29424">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">LinuxBoot: fix custom defconfig override<br><br>The default ARCH defconfig should not override a custom defconfig.<br><br>Change-Id: I9de24497ef6296029c66a94124bc11a0bb4d0107<br>Signed-off-by: Marcello Sylvester Bauer <info@marcellobauer.com><br>---<br>M payloads/external/LinuxBoot/Makefile<br>1 file changed, 1 insertion(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/29424/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/payloads/external/LinuxBoot/Makefile b/payloads/external/LinuxBoot/Makefile</span><br><span>index c051389..b8e2c51 100644</span><br><span>--- a/payloads/external/LinuxBoot/Makefile</span><br><span>+++ b/payloads/external/LinuxBoot/Makefile</span><br><span>@@ -52,8 +52,7 @@</span><br><span>        echo "    CONFIG     Linux $(CONFIG_LINUXBOOT_KERNEL_VERSION)"</span><br><span> ifneq ($(CONFIG_LINUXBOOT_KERNEL_CONFIGFILE),)</span><br><span>   cp $(CONFIG_LINUXBOOT_KERNEL_CONFIGFILE) $(kernel_dir)/.config</span><br><span style="color: hsl(0, 100%, 40%);">-endif</span><br><span style="color: hsl(0, 100%, 40%);">-ifeq ($(CONFIG_LINUXBOOT_ARCH),386)</span><br><span style="color: hsl(120, 100%, 40%);">+else ifeq ($(CONFIG_LINUXBOOT_ARCH),386)</span><br><span>     cp x86/defconfig $(kernel_dir)/.config</span><br><span> else ifeq ($(CONFIG_LINUXBOOT_ARCH),amd64)</span><br><span>         cp x86_64/defconfig $(kernel_dir)/.config</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/29424">change 29424</a>. To unsubscribe, or for help writing mail filters, 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/29424"/><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: I9de24497ef6296029c66a94124bc11a0bb4d0107 </div>
<div style="display:none"> Gerrit-Change-Number: 29424 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Marcello Sylvester Bauer <info@marcellobauer.com> </div>