mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-02-15 21:21:56 +01:00
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>