diff mbox

[U-Boot] mpc8378emds: correct the CS0 setting

Message ID 000001cbb189$ddf50790$6401a8c0@LENOVOE5CA6843
State Changes Requested
Headers show

Commit Message

Baidu Boy Jan. 11, 2011, 12:19 p.m. UTC
The original CS0 OR configuration sets the reserved field.
This patch is to correct the setting.

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

Comments

Wolfgang Denk Jan. 18, 2011, 9:43 p.m. UTC | #1
Dear "Baidu Boy",

In message <000001cbb189$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.lfn@gmail.com>

NAK.  Real name required.

Best regards,

Wolfgang Denk
diff mbox

Patch

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 \