diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/uImage.FIT/update_uboot.its | 2 |
1 files changed, 1 insertions, 1 deletions
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 = <FFFC0000>; + load = <0xFFFC0000>; hash-1 { algo = "sha1"; }; |