]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bootm: refactor entry point code
authorKumar Gala <galak@kernel.crashing.org>
Fri, 15 Aug 2008 13:24:36 +0000 (08:24 -0500)
committerWolfgang Denk <wd@denx.de>
Tue, 26 Aug 2008 21:31:33 +0000 (23:31 +0200)
commitc160a9544743e80e8889edb2275538e7764ce334
tree484a54af158348313ed5f3b4890a6bbb56e7e468
parent20220d22b9f41446288588cd2e457e0077a18bed
bootm: refactor entry point code

Move entry point code out of each arch and into common code.
Keep the entry point in the bootm_headers_t images struct.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
12 files changed:
common/cmd_bootm.c
include/image.h
lib_arm/bootm.c
lib_avr32/bootm.c
lib_blackfin/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