Update of /cvsroot/blob/blob/include/blob/proc
In directory sc8-pr-cvs1:/tmp/cvs-serv986/blob/proc
Modified Files:
s3c2500.h
Log Message:
change header to reflect remap
Index: s3c2500.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/proc/s3c2500.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- s3c2500.h 4 Sep 2003 18:03:09 -0000 1.1
+++ s3c2500.h 27 Nov 2003 03:26:29 -0000 1.2
@@ -51,8 +51,8 @@
#include <blob/arch/s3c2500-regs.h>
/* memory start and end */
-#define MEMORY_START (0x40000000)
-#define MEMORY_END (0x48000000)
+#define MEMORY_START (0x00000000)
+#define MEMORY_END (0x08000000)
/* bank2 is at 0x80000000 to 0x88000000 */
#endif
|