commit | 9950098e31004fdfb94c8c6ce3f4b27566a532bd | [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 | 027b728d4aafb5cf97abc804944a77b837b0f07f [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>