From: Michal Simek Date: Wed, 15 Jul 2020 13:10:17 +0000 (+0200) Subject: doc: fit: Write hex address as hex instead of int X-Git-Tag: baikal/mips/sdk5.9~295^2~1 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=e2779149b7422252617993b0410758b4998326ac;p=uboot.git doc: fit: Write hex address as hex instead of int 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 --- diff --git a/doc/uImage.FIT/update_uboot.its b/doc/uImage.FIT/update_uboot.its index c2ac2663e6..aec4826008 100644 --- a/doc/uImage.FIT/update_uboot.its +++ b/doc/uImage.FIT/update_uboot.its @@ -15,7 +15,7 @@ data = /incbin/("./u-boot.bin"); compression = "none"; type = "firmware"; - load = ; + load = <0xFFFC0000>; hash-1 { algo = "sha1"; };