diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-07-01 11:49:15 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-07-02 11:49:49 +0800 |
commit | 665ebcadd69b8d3ebce946709e23f0df0bee7b56 (patch) | |
tree | b9b490d970c909e9b7cffcc857eca3b6ffbed3da /arch/arm | |
parent | 6f3af24fd9367f63c5574f610de727bc5ac86f08 (diff) |
rockchip: rk3288: enable TPL for tinker-board
All the config for TPL has been update, we can enable the TPL.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-rockchip/rk3288/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3288/Kconfig b/arch/arm/mach-rockchip/rk3288/Kconfig index 541301dfb8..c5dcd061cf 100644 --- a/arch/arm/mach-rockchip/rk3288/Kconfig +++ b/arch/arm/mach-rockchip/rk3288/Kconfig @@ -118,6 +118,7 @@ config TARGET_ROCK2 config TARGET_TINKER_RK3288 bool "Tinker-RK3288" select BOARD_LATE_INIT + select TPL help Tinker is a RK3288-based development board with 2 USB ports, HDMI, micro-SD card, audio, Gigabit Ethernet. It also includes on-board |