[U-Boot] [PATCH v2 07/15] dm: dts: omap: Select correct console for beaglebone
Simon Glass
sjg at chromium.org
Thu Oct 23 05:37:07 CEST 2014
Select serial0 as the console.
Signed-off-by: Simon Glass <sjg at chromium.org>
Acked-by: Tom Rini <trini at ti.com>
---
Changes in v2: None
arch/arm/dts/am335x-bone-common.dtsi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/arm/dts/am335x-bone-common.dtsi b/arch/arm/dts/am335x-bone-common.dtsi
index 2f66ded..e70b4d1 100644
--- a/arch/arm/dts/am335x-bone-common.dtsi
+++ b/arch/arm/dts/am335x-bone-common.dtsi
@@ -10,6 +10,10 @@
model = "TI AM335x BeagleBone";
compatible = "ti,am335x-bone", "ti,am33xx";
+ chosen {
+ stdout-path = &uart0;
+ };
+
cpus {
cpu at 0 {
cpu0-supply = <&dcdc2_reg>;
--
2.1.0.rc2.206.gedb03e5
More information about the U-Boot
mailing list