diff options
author | Jagan Teki | 2019-06-21 00:25:06 +0530 |
---|---|---|
committer | Kever Yang | 2019-06-26 21:11:29 +0800 |
commit | 4977cf67de54571cb3379ae759e216c6b9ec681d (patch) | |
tree | 9f4713d6cd08b8fbf9f84d0cce026dfa698f40af /arch | |
parent | 97d98e6bbfafebd46541a0f0eab07d43e8fe4ccf (diff) |
rockchip: rk3399: Enable TPL_BOARD_INIT
Enable TPL_BOARD_INIT, this would help us to show
TPL boot prints.
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-rockchip/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/Kconfig b/arch/arm/mach-rockchip/Kconfig index 14e9d81679a..1624b084b97 100644 --- a/arch/arm/mach-rockchip/Kconfig +++ b/arch/arm/mach-rockchip/Kconfig @@ -191,6 +191,7 @@ config ROCKCHIP_RK3399 imply TPL_LIBCOMMON_SUPPORT imply TPL_LIBGENERIC_SUPPORT imply TPL_SYS_MALLOC_SIMPLE + imply TPL_BOARD_INIT imply TPL_BOOTROM_SUPPORT imply TPL_DRIVERS_MISC_SUPPORT imply TPL_OF_CONTROL |