[U-Boot] [PATCH] arm: Remove unused !CONFIG_SPL_BUILD code in board_init_f()

Albert ARIBAUD albert.u.boot at aribaud.net
Thu Feb 13 09:57:02 CET 2014


Hi Tom,

On Wed, 27 Nov 2013 12:22:05 -0500, Tom Rini <trini at ti.com> wrote:

> Some code in board_init_f that dates back to the initial relocation
> support had if/else for PRELOADER (which became SPL_BUILD) about setting
> the stack pointer.  But, board.c is never built for CONFIG_SPL_BUILD
> now, so this really makes no sense.  Drop this section.
> 
> Cc: Albert ARIBAUD <albert.u.boot at aribaud.net>
> Signed-off-by: Tom Rini <trini at ti.com>
> ---
>  arch/arm/lib/board.c |    5 -----
>  1 file changed, 5 deletions(-)

This does not seem to apply cleanly, probably due to aarch64 rework.
Can you please post a rebased v2?

Amicalement,
-- 
Albert.


More information about the U-Boot mailing list