mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
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 <kever.yang@rock-chips.com>
This commit is contained in:
parent
79cdcaced7
commit
fb7b1b79c1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue