[U-Boot-Users] [PATCH] Set OF_STDOUT_PATH to match the default console on MPC8568 MDS

Kumar Gala galak at kernel.crashing.org
Thu Oct 11 07:30:26 CEST 2007


On the MPC8568 MDS we use ttyS0, UART0, etc. as the standard configured
console.  Make it so we match that config what we tell Linux as the early
STDOUT console.

Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
---

This is a fix that should go into 1.3.0.

 include/configs/MPC8568MDS.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/configs/MPC8568MDS.h b/include/configs/MPC8568MDS.h
index ba744e9..548e158 100644
--- a/include/configs/MPC8568MDS.h
+++ b/include/configs/MPC8568MDS.h
@@ -297,7 +297,7 @@ extern unsigned long get_clock_freq(void);
 #define OF_SOC			"soc8568 at e0000000"
 #define OF_QE			"qe at e0080000"
 #define OF_TBCLK		(bd->bi_busfreq / 8)
-#define OF_STDOUT_PATH		"/soc8568 at e0000000/serial at 4600"
+#define OF_STDOUT_PATH		"/soc8568 at e0000000/serial at 4500"

 /*
  * I2C
-- 
1.5.2.4





More information about the U-Boot mailing list