]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
x86: Add support for specifying an initrd with the zboot command
authorGabe Black <gabeblack@chromium.org>
Mon, 5 Dec 2011 12:09:27 +0000 (12:09 +0000)
committerGraeme Russ <graeme.russ@gmail.com>
Mon, 19 Dec 2011 02:26:17 +0000 (13:26 +1100)
commit6f9d9986d54cb53e50b33a044a9c89572736d96a
treee72614527f18accfaacca84be27275fd30f6b32c
parent69370d144a9e8133461f1662131fbf97ad121165
x86: Add support for specifying an initrd with the zboot command

This change finishes plumbing the initrd support built into the zboot
mechanism out to the command interface.

It also fixes a bug in the command declaration where the kernel size could
be passed as an optional second parameter but not enough arguments were
allowed.

Signed-off-by: Gabe Black <gabeblack@chromium.org>
arch/x86/lib/zimage.c