<p>Nico Huber has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/29519">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">drivers/intel/fsp2_0: Run SplitFspBin with python2<br><br>It's not Python 3 compatible.<br><br>Change-Id: Ibaad2c31bb6494652ce650ab7c1064728ec5fe80<br>Signed-off-by: Nico Huber <nico.h@gmx.de><br>---<br>M src/drivers/intel/fsp2_0/Makefile.inc<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/19/29519/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/drivers/intel/fsp2_0/Makefile.inc b/src/drivers/intel/fsp2_0/Makefile.inc</span><br><span>index 0bfe90d..79fe5f8 100644</span><br><span>--- a/src/drivers/intel/fsp2_0/Makefile.inc</span><br><span>+++ b/src/drivers/intel/fsp2_0/Makefile.inc</span><br><span>@@ -69,7 +69,7 @@</span><br><span> </span><br><span> ifeq ($(CONFIG_FSP_USE_REPO),y)</span><br><span> $(obj)/Fsp_M.fd: $(call strip_quotes,$(CONFIG_FSP_FD_PATH))</span><br><span style="color: hsl(0, 100%, 40%);">-     python 3rdparty/fsp/Tools/SplitFspBin.py split -f $(CONFIG_FSP_FD_PATH) -o "$(obj)"</span><br><span style="color: hsl(120, 100%, 40%);">+ python2 3rdparty/fsp/Tools/SplitFspBin.py split -f $(CONFIG_FSP_FD_PATH) -o "$(obj)"</span><br><span> </span><br><span> $(obj)/Fsp_S.fd: $(call strip_quotes,$(CONFIG_FSP_FD_PATH)) $(obj)/Fsp_M.fd</span><br><span>    true</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/29519">change 29519</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/29519"/><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: Ibaad2c31bb6494652ce650ab7c1064728ec5fe80 </div>
<div style="display:none"> Gerrit-Change-Number: 29519 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nico Huber <nico.h@gmx.de> </div>