diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-07-09 22:05:56 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-07-20 23:59:44 +0800 |
commit | 6ae28a30e9ad88137bb03530118de3d5e2663df4 (patch) | |
tree | 559d798529f5f506bc796169531281b7ed42afe3 /arch/arm/mach-rockchip/Kconfig | |
parent | 18f85080eb9fd790986c9cea2fde64d47355d26a (diff) | |
download | u-boot-6ae28a30e9ad88137bb03530118de3d5e2663df4.tar.gz |
rockchip: rk322x: use common TPL board file
Use Common tpl.c instead of rk322x-board-tpl.c
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/mach-rockchip/Kconfig')
-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 2b83a68489..99a4265b66 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_ROCKCHIP_COMMON_BOARD select ROCKCHIP_BROM_HELPER select TPL_LIBCOMMON_SUPPORT select TPL_LIBGENERIC_SUPPORT |