command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / arch / nds32 / lib / boot.c
index f9c1c6b3ff6310ad4e13f5997154f042a40c46af..da2fd36a16c4b50b059a32c2474681b8df91ebed 100644 (file)
@@ -1,18 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) 2011 Andes Technology Corporation
  * Rick Chen, Andes Technology Corporation <rick@andestech.com>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 
 #include <common.h>
 #include <command.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 unsigned long do_go_exec(ulong (*entry)(int, char * const []),
-                        int argc, char * const argv[])
+                        int argc, char *const argv[])
 {
        cleanup_before_linux();