]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sunxi: Set the /chosen/stdout-path fdt property for sunxi boards
authorHans de Goede <hdegoede@redhat.com>
Fri, 20 Feb 2015 15:55:12 +0000 (16:55 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 11:53:55 +0000 (13:53 +0200)
commitb6db4c6db2e14cdfaa012f73ab163f3a64a4357e
tree5ccc424bda62bacd016aa41ecac0607acee764aa
parentb37777cc1e4694c2fe970ca0540dca6b8f9bb341
sunxi: Set the /chosen/stdout-path fdt property for sunxi boards

While discussing with some people how to get the Linux kernel to do the
right thing wrt sending output to both the serial console and the
hdmi out / lcd screen when booting on ARM devices, Grant Likely pointed out
that there already is a solution for this.

All we need to do is set the /chosen/stdout-path fdt property, and if no
console= arguments were specified on the kernel commandline the kernel
will honor this and add this device as a console (next to the primary
video output on hdmi).

And u-boot already has support for setting this, all we need to do is
define OF_STDOUT_PATH and then everything will just work ootb, without
people needing to meddle with adding console= arguments in extlinux.conf .

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Reviewed-by: Tom Rini <trini@ti.com>
include/configs/sunxi-common.h