rockchip: rk3568: enable TPL and select TPL_TINY_FRAMEWORK

Change-Id: I488915ecfea6d073b5a812418987da847f747d4e
Signed-off-by: YouMin Chen <cym@rock-chips.com>
This commit is contained in:
YouMin Chen 2020-09-28 16:07:25 +08:00
parent 0ba8ddaa8c
commit 7b5df4cdfb
1 changed files with 12 additions and 0 deletions

View File

@ -369,7 +369,13 @@ config ROCKCHIP_RK3568
bool "Support Rockchip RK3568"
select ARM64
select SPL
select SUPPORT_TPL
select SUPPORT_SPL
select TPL_TINY_FRAMEWORK if TPL
select DEBUG_UART_BOARD_INIT
imply TPL
imply SPL
imply TPL_SERIAL_SUPPORT
help
The Rockchip RK3568 is a ARM-based SoC with a quad-core Cortex-A55.
@ -378,6 +384,12 @@ if ROCKCHIP_RK3568
config TPL_LDSCRIPT
default "arch/arm/mach-rockchip/u-boot-tpl-v8.lds"
config TPL_TEXT_BASE
default 0xfdcc1000
config TPL_MAX_SIZE
default 61440
endif
config ROCKCHIP_RK1808