[U-Boot] [PATCH v4 12/15] bootstage: Replace show_boot_progress/error() with bootstage_...()
Wolfgang Denk
wd at denx.de
Sun Mar 18 21:41:57 CET 2012
Dear Simon Glass,
In message <1329177081-29496-13-git-send-email-sjg at chromium.org> you wrote:
> These calls should not be made directly any more, since bootstage
> will call the show_boot_...() functions as needed.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
> Changes in v4:
> - Adjust bootstage.h header to fix build warnings (bisect problem)
>
> arch/arm/lib/bootm.c | 2 +-
> arch/avr32/lib/bootm.c | 2 +-
> arch/m68k/lib/bootm.c | 2 +-
> arch/microblaze/lib/bootm.c | 2 +-
> arch/mips/lib/bootm.c | 2 +-
> arch/mips/lib/bootm_qemu_mips.c | 2 +-
> arch/nds32/lib/bootm.c | 2 +-
> arch/powerpc/lib/board.c | 2 +-
> arch/powerpc/lib/bootm.c | 2 +-
> arch/sparc/lib/board.c | 2 +-
> arch/x86/lib/board.c | 19 +++----
> board/hermes/hermes.c | 2 +-
> board/matrix_vision/common/mv_common.c | 2 +-
> board/scb9328/scb9328.c | 6 --
> common/cmd_bootm.c | 92 ++++++++++++++++----------------
> common/cmd_ide.c | 46 ++++++++--------
> common/cmd_nand.c | 34 ++++++------
> common/cmd_net.c | 16 +++---
> common/env_common.c | 2 +-
> common/image.c | 52 +++++++++---------
> include/bootstage.h | 30 ++++++++++-
> net/eth.c | 6 +-
> post/post.c | 4 +-
> 23 files changed, 175 insertions(+), 156 deletions(-)
Applied (with fixes), thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
No question is too silly to ask. Of course, some questions are too
silly to to answer... - L. Wall & R. L. Schwartz, _Programming Perl_
More information about the U-Boot
mailing list