]> git.sur5r.net Git - u-boot/blobdiff - arch/microblaze/cpu/spl.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / arch / microblaze / cpu / spl.c
index 3d57a5a8593cb2d1c8726f4ca524d0dfd9badf91..d3c523d3874a8f3c0d8301dee7a4860c7b0b64b9 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2013 - 2014 Xilinx, Inc
  *
  * Michal Simek <michal.simek@xilinx.com>
- *
- * SPDX-License-Identifier:     GPL-2.0+
  */
 
 #include <common.h>
@@ -12,8 +11,6 @@
 #include <asm/io.h>
 #include <asm/u-boot.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 bool boot_linux;
 
 u32 spl_boot_device(void)