]> git.ipfire.org Git - people/ms/u-boot.git/commit
fdt: Enable selecting correct DTB from appended FIT Image
authorCooper Jr., Franklin <fcooper@ti.com>
Fri, 16 Jun 2017 22:25:07 +0000 (17:25 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 10 Jul 2017 18:25:52 +0000 (14:25 -0400)
commit2059ecf30f389ec0e396fccc067f6f9fecb36a2c
treea1e25e06d51ee190bb1cb3a51faf8a6cfe2e20d0
parent92926bc80c5330d7ee71d0e56926264bce9dea3b
fdt: Enable selecting correct DTB from appended FIT Image

This patch gives U-boot the runtime support to have the board specific
code decide which FDT to use. This is especially useful for devices
that need this type of runtime determination and also doesn't use SPL.

Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
lib/fdtdec.c