diff options
author | Kever Yang | 2019-10-16 16:50:03 +0800 |
---|---|---|
committer | Kever Yang | 2019-11-10 20:40:20 +0800 |
commit | f74a089e47e0b485fb70dcadfbf093daf64a740a (patch) | |
tree | 939aa971f5da5e8debb4d8ae275d6da4b346e10a /arch | |
parent | 2d86ab50cee3c68e0bac3c583d3e0c816eaa3937 (diff) |
rockchip: firefly-rk3288: Enable TPL support
This patch enable TPL support for firefly-rk3288 board, which works ths
same way with other RK3288 board like Tinker, evb.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch')
-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 4ebc0792d55..afb62fca78e 100644 --- a/arch/arm/mach-rockchip/rk3288/Kconfig +++ b/arch/arm/mach-rockchip/rk3288/Kconfig @@ -67,6 +67,7 @@ config TARGET_FIREFLY_RK3288 bool "Firefly-RK3288" select BOARD_LATE_INIT select SPL_BOARD_INIT if SPL + select TPL help Firefly is a RK3288-based development board with 2 USB ports, HDMI, VGA, micro-SD card, audio, WiFi and Gigabit Ethernet, It |