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

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(-)
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 \

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
participants (2)
-
Baidu Boy
-
Wolfgang Denk