Update of /cvsroot/blob/blob/include/blob/arch
In directory usw-pr-cvs1:/tmp/cvs-serv26905/include/blob/arch
Modified Files:
idr.h
Log Message:
case
Index: idr.h
===================================================================
RCS file: /cvsroot/blob/blob/include/blob/arch/idr.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- idr.h 2001/12/16 04:34:03 1.1
+++ idr.h 2001/12/16 07:38:50 1.2
@@ -38,9 +38,9 @@
/* where do various parts live in RAM */
#define BLOB_RAM_BASE (0xc0100000)
-#define KERNEL_RAM_BASE (0xC0008000)
+#define KERNEL_RAM_BASE (0xc0008000)
#define PARAM_RAM_BASE (0xc0110000)
-#define RAMDISK_RAM_BASE (0xC0400000)
+#define RAMDISK_RAM_BASE (0xc0400000)
/* and where do they live in flash */
#define BLOB_FLASH_BASE (0x00000000)
|