Hello CK HU,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/46383
to review the following change.
Change subject: soc/mediatek/mt8192: Set BL31 platform mt8192
......................................................................
soc/mediatek/mt8192: Set BL31 platform mt8192
Change-Id: I80d4a339b4a75647f55a699af447dcd362aab7b5
Signed-off-by: CK Hu <ck.hu(a)mediatek.com>
---
M src/soc/mediatek/mt8192/Makefile.inc
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/46383/1
diff --git a/src/soc/mediatek/mt8192/Makefile.inc b/src/soc/mediatek/mt8192/Makefile.inc
index 20acd24..8bc7b74 100644
--- a/src/soc/mediatek/mt8192/Makefile.inc
+++ b/src/soc/mediatek/mt8192/Makefile.inc
@@ -49,6 +49,8 @@
cbfs-files-y += $(DRAM_CBFS)
endif
+BL31_MAKEARGS += PLAT=mt8192
+
CPPFLAGS_common += -Isrc/soc/mediatek/mt8192/include
CPPFLAGS_common += -Isrc/soc/mediatek/common/include
--
To view, visit https://review.coreboot.org/c/coreboot/+/46383
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I80d4a339b4a75647f55a699af447dcd362aab7b5
Gerrit-Change-Number: 46383
Gerrit-PatchSet: 1
Gerrit-Owner: Yidi Lin <yidi.lin(a)mediatek.com>
Gerrit-Reviewer: CK HU <ck.hu(a)mediatek.com>
Gerrit-Reviewer: Martin Roth <martinroth(a)google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-MessageType: newchange