commit | 6a7b406aa8b98155597c408da0764fca85dec377 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Tue Jan 15 22:26:37 2019 +0800 |
committer | Tom Rini <trini@konsulko.com> | Fri Feb 08 19:18:23 2019 -0500 |
tree | ee553c0457d759430b5905123ff364a6089887d6 | |
parent | 97276a91db8e98f081a40ddf9dc8f81d4032a756 [diff] |
fdt: support booting with dtb in Android image Some platforms choose to store device tree blob in Android image second area. Let's try to look for dtb from there when booting an Android image, and use it for booting if found. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>