Attention is currently required from: Hung-Te Lin. Rex-BC Chen has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63114 )
Change subject: soc/mediatek/mt8186: Add support for FILL_DRAM_INFO_FROM_BLOB ......................................................................
soc/mediatek/mt8186: Add support for FILL_DRAM_INFO_FROM_BLOB
The feature "FILL_DRAM_INFO_FROM_BLOB" is supported fro MT8186 DRAM blob. Therefore, we select this configuration.
BUG=none TEST=build pass
Signed-off-by: Rex-BC Chen rex-bc.chen@mediatek.com Change-Id: Ieaaf57aaee79c9dce69cc1acaa092207f0f906de --- M src/soc/mediatek/mt8186/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/63114/1
diff --git a/src/soc/mediatek/mt8186/Kconfig b/src/soc/mediatek/mt8186/Kconfig index 654baf2..3d249a6 100644 --- a/src/soc/mediatek/mt8186/Kconfig +++ b/src/soc/mediatek/mt8186/Kconfig @@ -10,6 +10,7 @@ select HAVE_UART_SPECIAL select SOC_MEDIATEK_COMMON select MEDIATEK_BLOB_FAST_INIT + select FILL_DRAM_INFO_FROM_BLOB
if SOC_MEDIATEK_MT8186