[U-Boot] [PATCH 1/5] ARM:AM33XX: Added support for AM33xx
Tom Rini
tom.rini at gmail.com
Tue Oct 11 18:06:41 CEST 2011
On Tue, Oct 11, 2011 at 6:51 AM, Chandan Nath <chandan.nath at ti.com> wrote:
> This patch adds basic support for AM33xx which is based on ARMV7
> Cortex A8 CPU.
>
> Signed-off-by: Chandan Nath <chandan.nath at 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
More information about the U-Boot
mailing list