On 03/14/2012 09:16 PM, Simon Glass wrote:
> +#ifdef CONFIG_SPL_BUILD
> +static int reserve_stacks_spl(void)
> +{
> + /* Why not -= ? */
> + gd->dest_addr_sp += 128;/* leave 32 words for abort-stack */
> + gd->irq_sp = gd->dest_addr_sp;
> + return 0;
> +}
> +#endif
Please e
This adds secondary program loader support to the generic board.
Signed-off-by: Simon Glass
---
common/board_f.c | 20
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/common/board_f.c b/common/board_f.c
index 9477721..a08f0a1 100644
--- a/common/board_f.c
2 matches
Mail list logo