On Mon, May 22, 2017 at 11:13 AM, Tony Lindgren <tony@xxxxxxxxxxx> wrote: > As long as the kernel cmdline has "earlycon" in it, this allows > seeing debug messages earlier and does not require DEBUG_LL to > be enabled. Thanks for doing that. I was meaning to do that after I found it was necessary for porting OMAP3 device tree stuff to U-Boot. I just got distracted and forgot to do it. > > Cc: Adam Ford <aford173@xxxxxxxxx> > Signed-off-by: Tony Lindgren <tony@xxxxxxxxxxx> Acked-by: Adam Ford <aford173@xxxxxxxxx> > --- > arch/arm/boot/dts/logicpd-torpedo-som.dtsi | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi > --- a/arch/arm/boot/dts/logicpd-torpedo-som.dtsi > +++ b/arch/arm/boot/dts/logicpd-torpedo-som.dtsi > @@ -7,6 +7,10 @@ > #include <dt-bindings/input/input.h> > > / { > + chosen { > + stdout-path = &uart1; > + }; > + > cpus { > cpu@0 { > cpu0-supply = <&vcc>; > -- > 2.13.0 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html