From 23d6776753e27a88e2d8dedf96602026471deb39 Mon Sep 17 00:00:00 2001 From: Brian Woods Date: Thu, 2 Sep 2021 16:52:15 -0700 Subject: Change fit behavior for uboot-script-gen Add support for adding a field in the config file and add support in uboot-script-gen for it. Signed-off-by: Brian Woods Reviewed-by: Stefano Stabellini Signed-off-by: Stefano Stabellini --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index dd9edc5..06e12cb 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ BOOT_AUX_FILE[1]="uboot.cfg" UBOOT_SOURCE="boot.source" UBOOT_SCRIPT="boot.scr" FDTEDIT="imagebuilder.dtb" +FIT="boot.fit" ``` Where: @@ -116,7 +117,10 @@ Where: parameter - FDTEDIT is an optional and is off by default. Specifies the output - modifited dtb, used for reference and fdt_std. + modified dtb, used for reference and fdt_std. + +- FIT is an optional and is off by default. Specifies using a fit image + for booting rather than individual files. Then you can invoke uboot-script-gen as follows: -- cgit v1.2.3