[U-Boot] [PATCH] arm: Remove unused !CONFIG_SPL_BUILD code in board_init_f()
Masahiro Yamada
yamada.m at jp.panasonic.com
Thu Nov 28 02:38:31 CET 2013
Hello Tom, Albert.
(I'm CCing Simon)
> 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>
Do you have any idea when ARM architecture can completely
switch to the generic board?
If the generic board has the same behavior as arch/arm/lib/board.c,
how about deleting arch/arm/lib/board.c rather than maintaining it.
Best Regards
Masahiro Yamada
More information about the U-Boot
mailing list