[U-Boot] [PATCH] mpc8378emds: correct the CS0 setting
Baidu Boy
liucai.lfn at gmail.com
Tue Jan 11 13:19:53 CET 2011
The original CS0 OR configuration sets the reserved field.
This patch is to correct the setting.
Signed-off-by: Baidu Boy <liucai.lfn at 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
More information about the U-Boot
mailing list