[coreboot-gerrit] Change in coreboot[master]: mediatek/mt8183: Remove unused MMU stuff from bootblock

Tristan Hsieh (Code Review) gerrit at coreboot.org
Fri Jul 27 03:29:57 CEST 2018


Tristan Hsieh has uploaded this change for review. ( https://review.coreboot.org/27655


Change subject: mediatek/mt8183: Remove unused MMU stuff from bootblock
......................................................................

mediatek/mt8183: Remove unused MMU stuff from bootblock

Since we move mtk_mmu_init() from bootblock to decompressor, we don't
need to build mmu_opertations.c in bootblock and we don't need to
include <soc/mmu_operations.h> in bootblock.c.

BUG=b:80501386
TEST=manually flashed into kukui and boots into romstage.

Change-Id: I58f97ac1705e4dfde5e2d497d9bec33a1d8d17c2
Signed-off-by: Tristan Shieh <tristan.shieh at mediatek.com>
---
M src/soc/mediatek/mt8183/Makefile.inc
M src/soc/mediatek/mt8183/bootblock.c
2 files changed, 0 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/27655/1

diff --git a/src/soc/mediatek/mt8183/Makefile.inc b/src/soc/mediatek/mt8183/Makefile.inc
index 752395d..1b3f9d5 100644
--- a/src/soc/mediatek/mt8183/Makefile.inc
+++ b/src/soc/mediatek/mt8183/Makefile.inc
@@ -2,7 +2,6 @@
 
 bootblock-y += bootblock.c
 bootblock-y += ../common/gpio.c gpio.c
-bootblock-y += ../common/mmu_operations.c mmu_operations.c
 bootblock-y += ../common/pll.c pll.c
 bootblock-$(CONFIG_SPI_FLASH) += spi.c
 bootblock-y += ../common/timer.c
diff --git a/src/soc/mediatek/mt8183/bootblock.c b/src/soc/mediatek/mt8183/bootblock.c
index 4e05e18..d7d5c2d 100644
--- a/src/soc/mediatek/mt8183/bootblock.c
+++ b/src/soc/mediatek/mt8183/bootblock.c
@@ -14,7 +14,6 @@
  */
 
 #include <bootblock_common.h>
-#include <soc/mmu_operations.h>
 #include <soc/pll.h>
 #include <soc/wdt.h>
 

-- 
To view, visit https://review.coreboot.org/27655
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I58f97ac1705e4dfde5e2d497d9bec33a1d8d17c2
Gerrit-Change-Number: 27655
Gerrit-PatchSet: 1
Gerrit-Owner: Tristan Hsieh <tristan.shieh at mediatek.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180727/b3a3c117/attachment-0001.html>


More information about the coreboot-gerrit mailing list