On Tue, Oct 11, 2011 at 6:51 AM, Chandan Nath <chandan.n...@ti.com> wrote: > This patch adds basic support for AM33xx which is based on ARMV7 > Cortex A8 CPU. > > Signed-off-by: Chandan Nath <chandan.n...@ti.com> [snip] > +SRAM_STACK: > + /* Place stack at the top */ > + .word (SRAM0_START + SRAM0_SIZE - ROM_CODE_SIZE - 4) [snip] > +#define SRAM0_SIZE 0x20000 > +#define ROM_CODE_SIZE 0x4C00
I like that we're defining the ROM_CODE_SIZE here. For consistency with other platforms we should add LOW_LEVEL_SRAM_STACK to this calculation. Thanks! -- Tom _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot