]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bootstage: Replace show_boot_progress/error() with bootstage_...()
authorSimon Glass <sjg@chromium.org>
Mon, 13 Feb 2012 13:51:18 +0000 (13:51 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 18 Mar 2012 20:41:39 +0000 (21:41 +0100)
commit770605e4f9874230728f5a592820c619b1565ebc
tree3b2f89a4e63727c1ad650e98107acb58c0fcfe2f
parent5ff55390ed80da2570fbeab51bdd2d2a43d4901a
bootstage: Replace show_boot_progress/error() with bootstage_...()

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@chromium.org>
22 files changed:
arch/arm/lib/bootm.c
arch/avr32/lib/bootm.c
arch/m68k/lib/bootm.c
arch/microblaze/lib/bootm.c
arch/mips/lib/bootm.c
arch/mips/lib/bootm_qemu_mips.c
arch/nds32/lib/bootm.c
arch/powerpc/lib/board.c
arch/powerpc/lib/bootm.c
arch/sparc/lib/board.c
board/hermes/hermes.c
board/matrix_vision/common/mv_common.c
board/scb9328/scb9328.c
common/cmd_bootm.c
common/cmd_ide.c
common/cmd_nand.c
common/cmd_net.c
common/env_common.c
common/image.c
include/bootstage.h
net/eth.c
post/post.c