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

16 Jul
2019
16 Jul
'19
2:40 p.m.
The TPL_BOOTROM_SUPPORT is needed for boot from bootrom like other storages.
Signed-off-by: Kever Yang kever.yang@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
2128
Age (days ago)
2128
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kever Yang