commit | d9798787d590973cb38e81d2c361e2605db746b9 | [log] [tgz] |
---|---|---|
author | Rob Herring <robh@kernel.org> | Mon Oct 05 14:37:07 2015 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 11 17:12:10 2015 -0400 |
tree | 2f19cd559baf1b738330ff50b609010eb5e37c4b | |
parent | f41a3caee83620c267d8a9fbdadaba7dd1f35550 [diff] |
image: fix support for Android boot images with no ramdisk If an Android boot image does not contain a ramdisk, make sure rd_len and rd_data are returned to indicate no ramdisk rather than just relying on returning an error. Signed-off-by: Rob Herring <robh@kernel.org>