From: Christopher H. <ch...@us...> - 2002-01-23 18:09:46
|
Update of /cvsroot/blob/blob/include/blob/arch In directory usw-pr-cvs1:/tmp/cvs-serv16437/include/blob/arch Modified Files: badge4.h Log Message: tweak partitions Index: badge4.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/badge4.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- badge4.h 2002/01/15 01:45:01 1.2 +++ badge4.h 2002/01/23 18:09:42 1.3 @@ -48,9 +48,9 @@ /* where do various parts live in RAM */ -#define BLOB_RAM_BASE (0xc0100000) +#define BLOB_RAM_BASE (0XC0100000) #define KERNEL_RAM_BASE (0xC0008000) -#define PARAM_RAM_BASE (0xc0110000) +#define PARAM_RAM_BASE (0XC0110000) #define RAMDISK_RAM_BASE (0xC0600000) /* and where do they live in flash */ @@ -59,9 +59,9 @@ #define PARAM_FLASH_BASE (BLOB_FLASH_BASE + BLOB_FLASH_LEN) #define PARAM_FLASH_LEN (0x00002000 * 2) #define KERNEL_FLASH_BASE (PARAM_FLASH_BASE + PARAM_FLASH_LEN) -#define KERNEL_FLASH_LEN (0x00010000 * 20) +#define KERNEL_FLASH_LEN (0x00010000 * 16) #define RAMDISK_FLASH_BASE (KERNEL_FLASH_BASE + KERNEL_FLASH_LEN) -#define RAMDISK_FLASH_LEN (0x00010000 * 43) +#define RAMDISK_FLASH_LEN (0x00010000 * 47) #define PARAM_START PARAM_FLASH_BASE #define PARAM_LEN PARAM_FLASH_LEN |