aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrian Woods2021-09-02 16:52:15 -0700
committerStefano Stabellini2021-09-03 11:00:31 -0700
commit23d6776753e27a88e2d8dedf96602026471deb39 (patch)
tree1e38e0dfa10011fcacdbe1fbdda66cd18fe9aaa3 /README.md
parent000195105d8d1e8f6103d2dd075da3283805e0ed (diff)
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 <brian.woods@xilinx.com> Reviewed-by: Stefano Stabellini <sstabellini@kernel.org> Signed-off-by: Stefano Stabellini <stefano.stabellini@xilinx.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
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: