From: Russ D. <ru...@us...> - 2002-01-21 23:31:27
|
Update of /cvsroot/blob/blob/include/blob/arch In directory usw-pr-cvs1:/tmp/cvs-serv16425/include/blob/arch Modified Files: nesa.h Log Message: small layout change Index: nesa.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/nesa.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- nesa.h 2002/01/21 19:46:44 1.4 +++ nesa.h 2002/01/21 23:31:25 1.5 @@ -61,9 +61,9 @@ #define PARAM_FLASH_LEN (2 * 32 * 1024) #define NESA_ERASE_BLOCK (2 * 64 * 1024) #define KERNEL_FLASH_BASE (PARAM_FLASH_BASE + PARAM_FLASH_LEN) -#define KERNEL_FLASH_LEN (NESA_ERASE_BLOCK * 5) +#define KERNEL_FLASH_LEN (NESA_ERASE_BLOCK * 3) #define RAMDISK_FLASH_BASE (KERNEL_FLASH_BASE + KERNEL_FLASH_LEN) -#define RAMDISK_FLASH_LEN (NESA_ERASE_BLOCK * (32 - 6)) +#define RAMDISK_FLASH_LEN (NESA_ERASE_BLOCK * (32 - 4)) #define PARAM_START PARAM_FLASH_BASE #define PARAM_LEN PARAM_FLASH_LEN |