On 8/7/25 22:48, Bernhard Beschow wrote:
Now that the existance of a device tree compiler is enusred, it is possible to
"ensured"
always generate the DTBs from sources. This avoids checked in DTBs to become inconsistent with their sources. Signed-off-by: Bernhard Beschow <shen...@gmail.com> --- MAINTAINERS | 2 +- pc-bios/dtb/bamboo.dtb | Bin 3211 -> 0 bytes pc-bios/dtb/canyonlands.dtb | Bin 9779 -> 0 bytes pc-bios/dtb/meson.build | 16 +++++++--------- pc-bios/dtb/petalogix-ml605.dtb | Bin 9882 -> 0 bytes pc-bios/dtb/petalogix-s3adsp1800.dtb | Bin 8161 -> 0 bytes 6 files changed, 8 insertions(+), 10 deletions(-) delete mode 100644 pc-bios/dtb/bamboo.dtb delete mode 100644 pc-bios/dtb/canyonlands.dtb delete mode 100644 pc-bios/dtb/petalogix-ml605.dtb delete mode 100644 pc-bios/dtb/petalogix-s3adsp1800.dtb
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>