ARM: cleanup boot commands

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

_______________________________________________
barebox mailing list
barebox@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/barebox


[Index of Archives]     [Linux Embedded]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux