]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit51d3ac055a44dc211cc7837ee20884e06b3a9cb7
tree5e0f0357eb9e58367d2f386fa6eb8f64dcec0e2e
parent7ec30be8c9bf227b9c1f2697d21a6431892c0b3c
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