]> git.efficios.com Git - deliverable/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, 12 Sep 2016 03:25:55 +0000 (13:25 +1000)
commite93a0c7637ea66903aa48a62e6baad403ebc29e1
treeca1d761ede07ed85f174d6fa95d21da94d54a032
parent7c60b291aa5f9f619ca59ed7228ccb57975a8170
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]
This page took 0.028752 seconds and 5 git commands to generate.