]> git.baikalelectronics.ru Git - uboot.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)
commit0041c562cc2550fc9900800606dedf8f0a20da44
treea1e25e06d51ee190bb1cb3a51faf8a6cfe2e20d0
parent617770d5c7e6cb14ab695acaaf0712b36fee0087
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