=================================================================== RCS file: /cvs/prex-old/boot/arm/cats/platform.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- prex-old/boot/arm/cats/platform.h 2008/07/17 19:10:36 1.1 +++ prex-old/boot/arm/cats/platform.h 2008/07/20 23:49:24 1.2 @@ -32,10 +32,12 @@ #define PAGE_OFFSET 0x00000000 -#define BOOT_INFO 0x03006000 #define BOOT_INFO_SIZE 0x00000800 -#define BOOT_STACK 0xf0007000 -#define ARCHIVE_START 0x08002000 +#define BOOT_STACK_SIZE 0xf00 + +#define BOOT_INFO (0x00100000 - BOOT_INFO_SIZE) +#define BOOT_STACK (BOOT_INFO - BOOT_STACK_SIZE) /* head.S bumps stack up */ +#define ARCHIVE_START 0x00002000 #ifndef __ASSEMBLY__