From: Christopher H. <ch...@us...> - 2003-01-24 09:29:13
|
Update of /cvsroot/blob/blob/include/blob/arch In directory sc8-pr-cvs1:/tmp/cvs-serv16727/include/blob/arch Modified Files: badge4.h Log Message: tweak badge4 params to deal with loading kernel from jffs2 root fs Index: badge4.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/badge4.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- badge4.h 9 Jan 2003 01:47:49 -0000 1.12 +++ badge4.h 24 Jan 2003 09:29:05 -0000 1.13 @@ -98,22 +98,19 @@ #define BLOB_FLASH_LEN (0x00002000 * 6) #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 * 16) -#define LOAD_RAMDISK 0 /* load ramdisk into ram */ -#define RAMDISK_FLASH_BASE (KERNEL_FLASH_BASE + KERNEL_FLASH_LEN) -#define RAMDISK_FLASH_LEN (0x00010000 * 47) - +#define RAMDISK_FLASH_BASE (PARAM_FLASH_BASE + PARAM_FLASH_LEN) +#define RAMDISK_FLASH_LEN (0x00010000 * 63) #define PARAM_START PARAM_FLASH_BASE #define PARAM_LEN PARAM_FLASH_LEN -/* the position of the kernel boot parameters */ -#define BOOT_PARAMS (0xc0000100) +#define LOAD_RAMDISK 0 +#define RAMDISK_SIZE (4 * 1024) +#define KERNEL_FLASH_LEN (2 * 1024 * 1024) /* limit for download */ -/* the size (in kbytes) to which the compressed ramdisk expands */ -#define RAMDISK_SIZE (8 * 1024) +/* the position of the kernel boot parameters */ +#define BOOT_PARAMS (0xc0000100) /* Memory configuration */ |