]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Fix fallout from autostart revert
authorKumar Gala <galak@kernel.crashing.org>
Mon, 11 Aug 2008 14:20:53 +0000 (09:20 -0500)
committerWolfgang Denk <wd@denx.de>
Mon, 11 Aug 2008 22:06:34 +0000 (00:06 +0200)
commit3216ca9692ff80d7c638723ef448f3d36301d9e7
treeec5ea17d23963d05300ee3008009a738b0b62d17
parent3cf8a234b8e8c02e4da1f23566043bc288b05220
Fix fallout from autostart revert

The autostart revert caused a bit of duplicated code as well as
code that was using images->autostart that needs to get removed so
we can build again.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
13 files changed:
common/cmd_bootm.c
common/image.c
lib_arm/bootm.c
lib_avr32/bootm.c
lib_blackfin/bootm.c
lib_i386/bootm.c
lib_m68k/bootm.c
lib_microblaze/bootm.c
lib_mips/bootm.c
lib_nios2/bootm.c
lib_ppc/bootm.c
lib_sh/bootm.c
lib_sparc/bootm.c