rockchip: px30: Enable SPL_SEPARATE_BSS
We are using separate BSS with CONFIG_SPL_BSS_START_ADDR. Change-Id: I42f3f4a71db1460997a47491c8688fa8085bf594 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
0c3815df14
commit
1024781f2d
|
|
@ -11,6 +11,7 @@ config ROCKCHIP_PX30
|
|||
select TPL if !ARM64_BOOT_AARCH32
|
||||
select TPL_TINY_FRAMEWORK if TPL
|
||||
|
||||
imply SPL_SEPARATE_BSS
|
||||
imply SPL_SERIAL_SUPPORT
|
||||
imply TPL_SERIAL_SUPPORT
|
||||
select DEBUG_UART_BOARD_INIT
|
||||
|
|
|
|||
Loading…
Reference in New Issue