+2
−79
arch/m68k/kernel/uboot.c
0 → 100644
+107
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>