<p>Tristan Hsieh has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27655">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mediatek/mt8183: Remove unused MMU stuff from bootblock<br><br>Since we move mtk_mmu_init() from bootblock to decompressor, we don't<br>need to build mmu_opertations.c in bootblock and we don't need to<br>include <soc/mmu_operations.h> in bootblock.c.<br><br>BUG=b:80501386<br>TEST=manually flashed into kukui and boots into romstage.<br><br>Change-Id: I58f97ac1705e4dfde5e2d497d9bec33a1d8d17c2<br>Signed-off-by: Tristan Shieh <tristan.shieh@mediatek.com><br>---<br>M src/soc/mediatek/mt8183/Makefile.inc<br>M src/soc/mediatek/mt8183/bootblock.c<br>2 files changed, 0 insertions(+), 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/55/27655/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/soc/mediatek/mt8183/Makefile.inc b/src/soc/mediatek/mt8183/Makefile.inc</span><br><span>index 752395d..1b3f9d5 100644</span><br><span>--- a/src/soc/mediatek/mt8183/Makefile.inc</span><br><span>+++ b/src/soc/mediatek/mt8183/Makefile.inc</span><br><span>@@ -2,7 +2,6 @@</span><br><span> </span><br><span> bootblock-y += bootblock.c</span><br><span> bootblock-y += ../common/gpio.c gpio.c</span><br><span style="color: hsl(0, 100%, 40%);">-bootblock-y += ../common/mmu_operations.c mmu_operations.c</span><br><span> bootblock-y += ../common/pll.c pll.c</span><br><span> bootblock-$(CONFIG_SPI_FLASH) += spi.c</span><br><span> bootblock-y += ../common/timer.c</span><br><span>diff --git a/src/soc/mediatek/mt8183/bootblock.c b/src/soc/mediatek/mt8183/bootblock.c</span><br><span>index 4e05e18..d7d5c2d 100644</span><br><span>--- a/src/soc/mediatek/mt8183/bootblock.c</span><br><span>+++ b/src/soc/mediatek/mt8183/bootblock.c</span><br><span>@@ -14,7 +14,6 @@</span><br><span>  */</span><br><span> </span><br><span> #include <bootblock_common.h></span><br><span style="color: hsl(0, 100%, 40%);">-#include <soc/mmu_operations.h></span><br><span> #include <soc/pll.h></span><br><span> #include <soc/wdt.h></span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27655">change 27655</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/27655"/><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: I58f97ac1705e4dfde5e2d497d9bec33a1d8d17c2 </div>
<div style="display:none"> Gerrit-Change-Number: 27655 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Tristan Hsieh <tristan.shieh@mediatek.com> </div>