soc/mediatek/mt8186: Enable USE_CBMEM_DRAM_INFO
The feature "USE_CBMEM_DRAM_INFO" is supported in MT8186. Therefore, we select this configuration to enable it. BUG=none TEST=build pass Signed-off-by: Rex-BC Chen <rex-bc.chen@mediatek.com> Change-Id: Ieaaf57aaee79c9dce69cc1acaa092207f0f906de Reviewed-on: https://review.coreboot.org/c/coreboot/+/63114 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
c69ea24ba8
commit
6f389722fb
|
@ -10,6 +10,7 @@ config SOC_MEDIATEK_MT8186
|
|||
select HAVE_UART_SPECIAL
|
||||
select SOC_MEDIATEK_COMMON
|
||||
select MEDIATEK_BLOB_FAST_INIT
|
||||
select USE_CBMEM_DRAM_INFO
|
||||
|
||||
if SOC_MEDIATEK_MT8186
|
||||
|
||||
|
|
Loading…
Reference in New Issue