SPDX: Convert all of our single license tags to Linux Kernel style
[oweals/u-boot.git] / arch / nds32 / lib / boot.c
index f9c1c6b3ff6310ad4e13f5997154f042a40c46af..c50e8e516870f18b2949615c6ee7a7dbd967a135 100644 (file)
@@ -1,16 +1,13 @@
+// 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[])
 {