commit | b13eaf3bb4e64fff117210821b3cf2f106de8ae2 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Sep 21 20:44:16 2023 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Mon Oct 16 16:25:10 2023 +0200 |
tree | 36f4b6b42dcf96c9d2a9fbababb5929a2aadd6bb | |
parent | b0296e22cb48c26ffe5ceb09f35a2ac5975a299f [diff] |
spl: fit: Add board level function to decide application of DTO Add board-specific function used to indicate whether a DTO from fitImage configuration node 'fdt' property DT and DTO list should be applied onto the base DT or not applied. This is useful in case of DTOs which implement e.g. different board revision details, where such DTO should be applied on one board revision, and should not be applied on another board revision. Signed-off-by: Marek Vasut <marex@denx.de>