
6 Aug
2017
6 Aug
'17
7:18 p.m.
With SPL and TPL support for the RK3368 in place, mark SPL and TPL as supported from Kconfig for the RK3368. As this is primarily tested on the RK3368-uQ7, we'll leave it to board's individual defconfig to enable.
Also enable DEBUG_UART_BOARD_INIT for the RK3368, so we get output during the early boot-up, as we turn on TPL and SPL.
Signed-off-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com Reviewed-by: Simon Glass sjg@chromium.org
Changes in v4:
- use imply for SPL/TPL preselects where SPL/TPL may not be enabled to avoid warning on applying a defconfig (thanks to Andy for reporting)
Changes in v3: None Changes in v2: None
arch/arm/mach-rockchip/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+)
Applied to u-boot-rockchip, thanks!