Update of /cvsroot/blob/blob/include/blob/arch
In directory usw-pr-cvs1:/tmp/cvs-serv20857/include/blob/arch
Modified Files:
shannon.h
Log Message:
standard location, reblob works now
Index: shannon.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/arch/shannon.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- shannon.h 2001/11/21 02:36:31 1.4
+++ shannon.h 2001/12/08 07:04:30 1.5
@@ -59,8 +59,8 @@
/* where do various parts live in RAM */
-#define BLOB_RAM_BASE (0xc8020000)
-#define KERNEL_RAM_BASE (0xC0008000)
+#define BLOB_RAM_BASE (0xc0120000)
+#define KERNEL_RAM_BASE (0xc0008000)
#define PARAM_RAM_BASE (0xc8040000)
#define RAMDISK_RAM_BASE (0xd0000000)
|