ARM: cleanup boot commands
Sascha Hauer
s.hauer at pengutronix.de
Mon Apr 4 10:31:00 EDT 2011
The arm linux start code has some common code which can be shared between
functions. Also, the different boot commands are seperated to different
files to easily compile support for them without ifdefs.
Sascha Hauer (5):
ARM: Add missing parameter name in armlinux_set_serial
ARM: factor out a start_linux function
ARM: move bootm code to its own file
ARM: move bootz code to its own file
ARM: move bootu code to its own file
arch/arm/Kconfig | 5 +
arch/arm/include/asm/armlinux.h | 6 +-
arch/arm/lib/Makefile | 5 +-
arch/arm/lib/armlinux.c | 215 +--------------------------------------
arch/arm/lib/bootm.c | 92 +++++++++++++++++
arch/arm/lib/bootu.c | 38 +++++++
arch/arm/lib/bootz.c | 100 ++++++++++++++++++
7 files changed, 248 insertions(+), 213 deletions(-)
create mode 100644 arch/arm/lib/bootm.c
create mode 100644 arch/arm/lib/bootu.c
create mode 100644 arch/arm/lib/bootz.c
More information about the barebox
mailing list