rockchip: rk3399: spl: add missing \n to output
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 3 Jun 2018 19:10:13 +0000 (21:10 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 20 Jul 2018 23:55:26 +0000 (01:55 +0200)
commit91259476872e91bc3d0e6b92f81e5b7a67e7b447
tree5e0f0357eb9e58367d2f386fa6eb8f64dcec0e2e
parent760b95789e0604fe62ce280674f82a3778b36c9a
rockchip: rk3399: spl: add missing \n to output

Without the patch SPL (in case of an error) creates an output like:

U-Boot SPL board initMissing DTB

The patch adds the missing line feed. So now we get:

U-Boot SPL board init
Missing DTB

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
arch/arm/mach-rockchip/rk3399-board-spl.c