From: Christopher H. <ch...@us...> - 2002-01-15 01:59:37
|
Update of /cvsroot/blob/blob/include/blob/arch In directory usw-pr-cvs1:/tmp/cvs-serv29871/include/blob/arch Modified Files: shannon.h Log Message: Make parameters really work by adding include of <arch.h> to param_block.c. Zero autoboot timeout disables autoboot. Index: shannon.h =================================================================== RCS file: /cvsroot/blob/blob/include/blob/arch/shannon.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- shannon.h 2001/12/08 07:04:30 1.5 +++ shannon.h 2002/01/15 01:59:34 1.6 @@ -64,8 +64,6 @@ #define PARAM_RAM_BASE (0xc8040000) #define RAMDISK_RAM_BASE (0xd0000000) -#define PARAM_START PARAM_RAM_BASE - /* and where do they live in flash */ #define BLOB_FLASH_BASE (0x00000000) #define BLOB_FLASH_LEN (64 * 1024) @@ -76,6 +74,9 @@ #define RAMDISK_FLASH_BASE (KERNEL_FLASH_BASE + KERNEL_FLASH_LEN) #define RAMDISK_FLASH_LEN (4 * 1024 * 1024 - BLOB_FLASH_LEN - PARAM_FLASH_LEN - KERNEL_FLASH_LEN) +#warning "check these defines" +#define PARAM_START PARAM_FLASH_BASE +#define PARAM_LEN PARAM_FLASH_LEN /* the position of the kernel boot parameters */ #define BOOT_PARAMS (0xc0000100) |