[U-Boot] [PATCH 07/14] dm: dts: omap: Select correct console for beaglebone
Simon Glass
sjg at chromium.org
Mon Sep 22 17:48:47 CEST 2014
Select serial0 as the console.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
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