]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
MIPS: bootm: add mem, rd_start and rd_size to kernel command line
authorDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 14 Jan 2015 20:44:13 +0000 (21:44 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 21 Jan 2015 13:02:48 +0000 (14:02 +0100)
commit8cec725ad502c955c2e8088ae1afb4e06ef80cef
tree9851009ae3728c686ae2f01cd7f6706bb187e179
parentca65e5851fb60ae58b46e2ad76a90b39d9c378c3
MIPS: bootm: add mem, rd_start and rd_size to kernel command line

If the user wants to boot a kernel without legacy environment,
information like memory size, initrd address and size should be
handed over to the kernel in the command line.

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