]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: bootm: refactor initialisation of kernel cmdline
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Thu, 9 May 2013 15:10:06 +0000 (17:10 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Tue, 13 Aug 2013 09:58:48 +0000 (11:58 +0200)
commit59e8cbdb15953d3b3bfeb9feb20afc7205a0ad93
treedcb7248d357f9e3b97cea87ac8a38b5910bc0c8f
parentf66cc1e34842da7ed23de23a5c5cd7a8f1305326
MIPS: bootm: refactor initialisation of kernel cmdline

Move initialisation of Linux command line to separate functions.
Also add support for bootm subcommand 'cmdline'.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
arch/mips/lib/bootm.c