rockchip: rk3399: spl: ensure that debug_uart_init is called
authorPhilipp Tomsich <[email protected]>
Fri, 1 Feb 2019 15:48:31 +0000 (16:48 +0100)
committerPhilipp Tomsich <[email protected]>
Fri, 1 Feb 2019 15:59:14 +0000 (16:59 +0100)
commit73ced87e9af70cba35c4374055dca56e5f9c460d
tree9f2ff8c813600057bbd8a8838c88e36beaadf1f3
parentc869d63f2785ccde22582f96cf40cb8809f838ba
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 <[email protected]>
arch/arm/mach-rockchip/rk3399-board-spl.c