]> Git Repo - u-boot.git/commitdiff
doc: fit: Write hex address as hex instead of int
authorMichal Simek <[email protected]>
Wed, 15 Jul 2020 13:10:17 +0000 (15:10 +0200)
committerTom Rini <[email protected]>
Fri, 17 Jul 2020 14:47:19 +0000 (10:47 -0400)
When update_uboot.its is used directly there is syntax error for no reason.

Error report:
mkimage -f update_uboot.its boot
Error: update_uboot.its:18.12-13 syntax error
FATAL ERROR: Unable to parse input tree
mkimage: Can't read boot.tmp: Invalid argument

Fixes: 4bae90904b69 ("Automatic software update from TFTP server")
Signed-off-by: Michal Simek <[email protected]>
doc/uImage.FIT/update_uboot.its

index c2ac2663e625251b4bfc4e1688aecbf159cd83b4..aec482600815018fb71e669cd74d88da6793ed53 100644 (file)
@@ -15,7 +15,7 @@
                        data = /incbin/("./u-boot.bin");
                        compression = "none";
                        type = "firmware";
-                       load = <FFFC0000>;
+                       load = <0xFFFC0000>;
                        hash-1 {
                                algo = "sha1";
                        };
This page took 0.036401 seconds and 4 git commands to generate.