]> git.karo-electronics.de Git - karo-tx-linux.git/commit
m68k: generalize uboot command line support
authorGreg Ungerer <gerg@linux-m68k.org>
Mon, 5 Sep 2016 05:23:50 +0000 (15:23 +1000)
committerGreg Ungerer <gerg@linux-m68k.org>
Mon, 26 Sep 2016 02:02:59 +0000 (12:02 +1000)
commitaa5ac789bd96c7a6628a8167de562fa660f1f481
tree3cba478fe5cc7c0eec6154dda3d37e7aa7bf77c7
parent2a744007c332f9d604b95aaecb106596c52ab001
m68k: generalize uboot command line support

The uboot command line support needs to be used by both MMU and no-MMU
setups, but currently we only have the code in the no-MMU code paths.
Move the uboot command line processing code into its own file. Add
appropriate calls to it from both the MMU and no-MMU arch setup code.

Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/asm/bootinfo.h
arch/m68k/kernel/Makefile
arch/m68k/kernel/setup_mm.c
arch/m68k/kernel/setup_no.c
arch/m68k/kernel/uboot.c [new file with mode: 0644]