]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: rk3399: spl: ensure that debug_uart_init is called
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 1 Feb 2019 15:48:31 +0000 (16:48 +0100)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 1 Feb 2019 15:59:14 +0000 (16:59 +0100)
commited9d6c481904aaeb1ab8b178be7db5082a5be18e
tree9f2ff8c813600057bbd8a8838c88e36beaadf1f3
parent27832ee1e7984feab359a15483303beb4b6ec65a
rockchip: rk3399: spl: ensure that debug_uart_init is called

With the latest changes to add support for the Chromebook Bob,
initialisation through debug_uart_init() did no longer get called for
other targets.

Fix this, by moving debug_uart_init() out of the Bob-specific

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
arch/arm/mach-rockchip/rk3399-board-spl.c