]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 06:24:12 +0000 (08:24 +0200)
commit56a95d416555b09410b2aa86240a2c934194bce1
tree2f4a778af1b99c09f664d337e58b2c45cef941bf
parentb4639a2a67362b973a2fff3c611343b6310fc4e5
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