aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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: