diff options
Diffstat (limited to 'doc/usage/fit/update_uboot.rst')
-rw-r--r-- | doc/usage/fit/update_uboot.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/fit/update_uboot.rst b/doc/usage/fit/update_uboot.rst index a9288ee6367..811d008d13d 100644 --- a/doc/usage/fit/update_uboot.rst +++ b/doc/usage/fit/update_uboot.rst @@ -21,7 +21,7 @@ Make sure the flashing addresses ('load' prop) is correct for your board! type = "firmware"; load = <0xFFFC0000>; hash-1 { - algo = "sha1"; + algo = "sha256"; }; }; }; |