]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/autoboot.c
common: board_f: Fix style violations
[people/ms/u-boot.git] / common / autoboot.c
index a0118650287e08e12e979dffc3367acdb8bfc01c..2eef7a04cc732fd0b250c64583cad09d77d40691 100644 (file)
@@ -57,7 +57,7 @@ static int passwd_abort(uint64_t etime)
        const char *algo_name = "sha256";
        u_int presskey_len = 0;
        int abort = 0;
-       int size;
+       int size = sizeof(sha);
        int ret;
 
        if (sha_env_str == NULL)