Re: [U-Boot] [PATCH] mpc8378emds: correct the CS0 setting

2011-01-18 Thread Wolfgang Denk
Dear Baidu Boy,

In message 01cbb189$ddf50790$6401a8c0@LENOVOE5CA6843 you wrote:
 The original CS0 OR configuration sets the reserved field.
 This patch is to correct the setting.
 
 Signed-off-by: Baidu Boy liucai@gmail.com

NAK.  Real name required.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH, MD: Wolfgang Denk  Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: w...@denx.de
I'm not a god, I was misquoted. - Lister, Red Dwarf
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH] mpc8378emds: correct the CS0 setting

2011-01-11 Thread Baidu Boy
The original CS0 OR configuration sets the reserved field.
This patch is to correct the setting.

Signed-off-by: Baidu Boy liucai@gmail.com
---
 include/configs/MPC837XEMDS.h |1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/configs/MPC837XEMDS.h b/include/configs/MPC837XEMDS.h
index c237991..8ddccec 100644
--- a/include/configs/MPC837XEMDS.h
+++ b/include/configs/MPC837XEMDS.h
@@ -242,7 +242,6 @@
| (2  BR_PS_SHIFT)/* 16 bit port size */ \
| BR_V )/* valid */
 #define CONFIG_SYS_OR0_PRELIM  ( (~(CONFIG_SYS_FLASH_SIZE - 1)  20) \
-   | OR_UPM_XAM \
| OR_GPCM_CSNT \
| OR_GPCM_ACS_DIV2 \
| OR_GPCM_XACS \
-- 
1.7.3.1.msysgit.0

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot