diff options
| author | Kever Yang <[email protected]> | 2019-07-01 11:49:15 +0800 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2019-07-02 11:49:49 +0800 |
| commit | 665ebcadd69b8d3ebce946709e23f0df0bee7b56 (patch) | |
| tree | b9b490d970c909e9b7cffcc857eca3b6ffbed3da | |
| 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 <[email protected]>
| -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 541301dfb8c..c5dcd061cfd 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 |
