[U-Boot-Users] [PATCH] Add missing define to mpc83xx.h

Tor Krill tor at excito.com
Mon Jun 2 15:09:30 CEST 2008


Signed-off-by: Tor Krill <tor at excito.com>
---
 include/mpc83xx.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/mpc83xx.h b/include/mpc83xx.h
index d2e1e2b..3dc926d 100644
--- a/include/mpc83xx.h
+++ b/include/mpc83xx.h
@@ -820,6 +820,7 @@
 #define CSCONFIG_EN			0x80000000
 #define CSCONFIG_AP			0x00800000
 #define CSCONFIG_ODT_WR_ACS		0x00010000
+#define CSCONFIG_BANK_BIT_3		0x00004000
 #define CSCONFIG_ROW_BIT		0x00000700
 #define CSCONFIG_ROW_BIT_12		0x00000000
 #define CSCONFIG_ROW_BIT_13		0x00000100
-- 
1.5.5.3




More information about the U-Boot mailing list