[U-Boot] [PATCH] rockchip: enable rk322x TPL_BOOTROM_SUPPORT in Kconfig

Kever Yang kever.yang at rock-chips.com
Tue Jul 16 12:40:17 UTC 2019


The TPL_BOOTROM_SUPPORT is needed for boot from bootrom like
other storages.

Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
---

 arch/arm/mach-rockchip/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig
index b6c10f7a4b..28f6c53201 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
-- 
2.17.1



More information about the U-Boot mailing list