From: Kever Yang Date: Tue, 16 Jul 2019 12:40:17 +0000 (+0800) Subject: rockchip: enable rk322x TPL_BOOTROM_SUPPORT in Kconfig X-Git-Tag: v2019.10-rc1~20^2~2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fb7b1b79c182ae00cbcdbaf56b57434479262db6;p=oweals%2Fu-boot.git rockchip: enable rk322x TPL_BOOTROM_SUPPORT in Kconfig The TPL_BOOTROM_SUPPORT is needed for boot from bootrom like other storages. Signed-off-by: Kever Yang --- diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 2f0d741386..17f31e89f3 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -59,6 +59,7 @@ config ROCKCHIP_RK322X select SPL_DRIVERS_MISC_SUPPORT imply SPL_SERIAL_SUPPORT imply TPL_SERIAL_SUPPORT + imply TPL_BOOTROM_SUPPORT imply TPL_ROCKCHIP_COMMON_BOARD select ROCKCHIP_BROM_HELPER select TPL_LIBCOMMON_SUPPORT