Re: [U-Boot] [PATCH v3 6/6] x86: Add support for specifying an initrd with the zboot command

2011-12-06 Thread Graeme Russ
Hi Gabe, On 06/12/11 09:09, Gabe Black wrote: 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

[U-Boot] [PATCH v3 6/6] x86: Add support for specifying an initrd with the zboot command

2011-12-05 Thread Gabe Black
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