Re: [U-Boot] [PATCH v3 07/12] common/board_f: factor out reserve_stacks

2015-02-08 Thread Simon Glass
On 6 February 2015 at 15:06, Andreas Bießmann wrote: > Introduce arch_reserve_stacks() to tailor gd->start_addr_sp and gd->irq_sp to > the architecture needs. > > Signed-off-by: Andreas Bießmann > --- > > Changes in v3: > - make arch_reserve_stacks weak and adopt ppc/arm versions Reviewed-by: Si

[U-Boot] [PATCH v3 07/12] common/board_f: factor out reserve_stacks

2015-02-08 Thread Andreas Bießmann
Introduce arch_reserve_stacks() to tailor gd->start_addr_sp and gd->irq_sp to the architecture needs. Signed-off-by: Andreas Bießmann --- Changes in v3: - make arch_reserve_stacks weak and adopt ppc/arm versions Changes in v2: - new since v1 Changes in v1: None arch/arm/lib/Makefile |