]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: fit: Add board level function to decide application of DTO
authorMarek Vasut <marex@denx.de>
Thu, 21 Sep 2023 18:44:16 +0000 (20:44 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 16 Oct 2023 14:25:10 +0000 (16:25 +0200)
commitb13eaf3bb4e64fff117210821b3cf2f106de8ae2
tree36f4b6b42dcf96c9d2a9fbababb5929a2aadd6bb
parentb0296e22cb48c26ffe5ceb09f35a2ac5975a299f
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>
common/spl/spl_fit.c
include/spl.h