projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97d98e6
)
rockchip: rk3399: Enable TPL_BOARD_INIT
author
Jagan Teki
<jagan@amarulasolutions.com>
Thu, 20 Jun 2019 18:55:06 +0000
(
00:25
+0530)
committer
Kever Yang
<kever.yang@rock-chips.com>
Wed, 26 Jun 2019 13:11:29 +0000
(21:11 +0800)
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>
arch/arm/mach-rockchip/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/Kconfig
b/arch/arm/mach-rockchip/Kconfig
index 14e9d81679a31f68ce0cc250c7d6c689bb9f9e7b..1624b084b97f9e8431918e8248d7f77966847d2d 100644
(file)
--- 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