soc/mediatek/mt8188: Enable EARLY_MMU_INIT
The boot time is improved by 65ms. (762ms -> 697ms) BUG=b:320381143 TEST=check timestamps in cbmem Change-Id: I74191ab8cbefa08b7e296312645ea40b46fabf77 Signed-off-by: Yidi Lin <yidilin@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79991 Reviewed-by: Yu-Ping Wu <yupingso@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
c68176c14e
commit
a90439d0bb
|
@ -14,6 +14,7 @@ config SOC_MEDIATEK_MT8188
|
|||
select USE_CBMEM_DRAM_INFO
|
||||
select DPM_FOUR_CHANNEL
|
||||
select ARM64_USE_ARCH_TIMER
|
||||
select EARLY_MMU_INIT
|
||||
|
||||
if SOC_MEDIATEK_MT8188
|
||||
|
||||
|
|
Loading…
Reference in New Issue