image: fix Android ramdisk support when dtb is specified
authorRob Herring <robh@kernel.org>
Fri, 17 Jul 2015 15:57:17 +0000 (10:57 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 13 Aug 2015 00:47:32 +0000 (20:47 -0400)
commit2dd46328fdc50284311908dfb1ca3d5ec1ddcb6e
tree561a51d90e8f02501e9bd2cf5f6b5ae67afc5d37
parent10d3ac346f54ab9526cd352239a5906ee2b92fee
image: fix Android ramdisk support when dtb is specified

If a dtb is specified on the command-line, the Android boot image ramdisk
will not be found. Fix this so that we can specify the ramdisk address and
dtb address. The syntax is to enter the Android boot image address for
both the kernel and ramdisk.

Signed-off-by: Rob Herring <robh@kernel.org>
common/image.c