]> git.dujemihanovic.xyz Git - u-boot.git/commit
tools: mkimage: add new image type "fdt_legacy"
authorMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 23 Nov 2022 11:55:33 +0000 (12:55 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 8 Dec 2022 14:29:02 +0000 (09:29 -0500)
commit28f924f2650ed2229fd712620c36a41dc0610fcb
treef8981b94d7d7026324a8e8032644d656e0008699
parent72c3f5dbd9545259a7eb04a7d21dff9b318de77e
tools: mkimage: add new image type "fdt_legacy"

If the user select the image type "flat_dt" a FIT image will be build.
This breaks the legacy use case of putting a Flat Device Tree into a
legacy u-boot image.

Add a new image type "fdt_legacy" to build a legacy u-boot image
with a "flat_dt" type.

Link: https://lore.kernel.org/all/20221028155205.ojw6tcso2fofgnhm@pengutronix.de
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Reviewed-by: Sean Anderson <seanga2@gmail.com>
boot/image.c
include/image.h
tools/default_image.c