]> git.ipfire.org Git - thirdparty/u-boot.git/commit
environment: ti: Add get_fit_config command to get FIT config string
authorAndrew Davis <afd@ti.com>
Tue, 25 Apr 2023 16:20:45 +0000 (11:20 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 4 May 2023 17:03:54 +0000 (13:03 -0400)
commit837833a724b78f3dedeed58979deba93b3e7efe7
treed132f0a99e28d5e86ec5b700f7a105b85489382c
parent8f3e2d14a6cd0fb0441f4c1fcd5b4c7bc5ad54a2
environment: ti: Add get_fit_config command to get FIT config string

When OE is packaging a dtb file into the FIT image it names the node based
on the dtb filename. Node names can't have "/" so it is turned into "_".
We select our FIT config using the "fdtfile" env var so we don't duplicate
the board_name to fdt logic. Result is fdtfile needs mangled when used to
select a config node from OE made FIT image. Do this here.

Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
include/configs/ti_armv7_common.h
include/environment/ti/ti_armv7_common.env