]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()
authorSimon Glass <sjg@chromium.org>
Sat, 10 Dec 2011 11:07:54 +0000 (11:07 +0000)
committerWolfgang Denk <wd@denx.de>
Sun, 18 Mar 2012 19:45:57 +0000 (20:45 +0100)
commit578ac1e9ba4c79175e69becb28e7157a84eff241
tree4a1803ab18b81bdd019852e45205f34f717617c3
parent097e17836d9e8d3f5abb5987f8ac706168d1c2ec
bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress()

This changes the number 15 as used in boot_stage_progress() to use the
new name provided for it. This is a separate patch because it touches
so many files.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Mike Frysinger <vapier@gentoo.org>
16 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/bootm.c
board/Seagate/dockstar/dockstar.c
board/a4m072/a4m072.c
board/bf533-stamp/bf533-stamp.c
board/matrix_vision/mvbc_p/mvbc_p.c
board/pcs440ep/pcs440ep.c
board/sixnet/sixnet.c
board/ti/beagle/beagle.c
common/cmd_bootm.c