commit | aa5ac789bd96c7a6628a8167de562fa660f1f481 | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@linux-m68k.org> | Mon Sep 05 15:23:50 2016 +1000 |
committer | Greg Ungerer <gerg@linux-m68k.org> | Mon Sep 26 12:02:59 2016 +1000 |
tree | 3cba478fe5cc7c0eec6154dda3d37e7aa7bf77c7 | |
parent | 2a744007c332f9d604b95aaecb106596c52ab001 [diff] |
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>