diff options
author | Yidi Lin <yidilin@chromium.org> | 2024-01-16 15:30:37 +0800 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-01-17 14:41:06 +0000 |
commit | a90439d0bbdd221488b6636c27f07126a5229433 (patch) | |
tree | f27df7f156b4da980f6005dba6ad1f434da4f6f1 /src | |
parent | c68176c14e5ded7e8b63f4deeaf9ea714e4b9969 (diff) |
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>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/mediatek/mt8188/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8188/Kconfig b/src/soc/mediatek/mt8188/Kconfig index 7de64aa25f..494373a6ab 100644 --- a/src/soc/mediatek/mt8188/Kconfig +++ b/src/soc/mediatek/mt8188/Kconfig @@ -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 |