Tristan Hsieh has uploaded this change for review. ( https://review.coreboot.org/28281
Change subject: mediatek/mt8183: Disable ARM64_USE_ARM_TRUSTED_FIRMWARE ......................................................................
mediatek/mt8183: Disable ARM64_USE_ARM_TRUSTED_FIRMWARE
ATF is not ready in MT8183, disable the config. It will be enabled once ATF is ready.
BUG=b:80501386 BRANCH=none TEST=Boots correctly on Kukui
Change-Id: Ic420012b02b22e4be1ba7fefd711c30b670f0645 Signed-off-by: Tristan Shieh tristan.shieh@mediatek.com --- M src/soc/mediatek/mt8183/Kconfig 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/81/28281/1
diff --git a/src/soc/mediatek/mt8183/Kconfig b/src/soc/mediatek/mt8183/Kconfig index b58be7f..5ee689e 100644 --- a/src/soc/mediatek/mt8183/Kconfig +++ b/src/soc/mediatek/mt8183/Kconfig @@ -5,7 +5,6 @@ select ARCH_RAMSTAGE_ARMV8_64 select ARCH_ROMSTAGE_ARMV8_64 select ARCH_VERSTAGE_ARMV8_64 - select ARM64_USE_ARM_TRUSTED_FIRMWARE select BOOTBLOCK_CONSOLE select GENERIC_UDELAY select HAVE_UART_SPECIAL