]> Git Repo - J-u-boot.git/blobdiff - cmd/time.c
Merge https://source.denx.de/u-boot/custodians/u-boot-sh
[J-u-boot.git] / cmd / time.c
index 2cd8b1a57777e077f63ac9f918b26e405b200524..db8c1892df4a437050e39bff6c0f3cc6b29ba444 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>
@@ -24,7 +24,8 @@ static void report_time(ulong cycles)
        printf(" %lu.%03lu seconds\n", seconds, milliseconds);
 }
 
-static int do_time(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_time(struct cmd_tbl *cmdtp, int flag, int argc,
+                  char *const argv[])
 {
        ulong cycles = 0;
        int retval = 0;
This page took 0.025399 seconds and 4 git commands to generate.