parse the second area of android image
authorBin Chen <bin.chen@linaro.org>
Sat, 27 Jan 2018 05:59:08 +0000 (16:59 +1100)
committerTom Rini <trini@konsulko.com>
Thu, 8 Feb 2018 02:58:26 +0000 (21:58 -0500)
commit104816142f9c6a4c8c164e7541a3424bcf5e8e91
treef9ac232874dfc2c64e0530cca206baedf9b6d0bb
parente24bd1e79e223aa89854c0be95a53e2d538144a5
parse the second area of android image

The second area of android image was intended to put a 2nd stage
bootloader but in practice were rarely used (in my knowledge).

An proposal was made to the AOSP to (re)use the second area as the dtb[1],
This patch itself doesn't depend on that proposal being accepted but it won't
be that helpful as well if that proposal won't be accepted. But don't do
any harm as well.

[1] https://android-review.googlesource.com/#/c/417447/
Signed-off-by: Bin Chen <bin.chen@linaro.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
common/image-android.c
include/image.h