]> git.sur5r.net Git - u-boot/blobdiff - cmd/time.c
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / cmd / time.c
index de57e3b9dd5e05a1efc2b4b12741b9dc3d5eb03a..51cde9749f48a410893af4c45fb1edbe32aeb41a 100644 (file)
@@ -1,6 +1,6 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2011 The Chromium OS Authors.
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -28,7 +28,7 @@ static int do_time(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
 {
        ulong cycles = 0;
        int retval = 0;
-       int repeatable;
+       int repeatable = 0;
 
        if (argc == 1)
                return CMD_RET_USAGE;