]> git.sur5r.net Git - u-boot/blobdiff - drivers/misc/spltest_sandbox.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / drivers / misc / spltest_sandbox.c
index 1fef8252ab8370fa9b47d452f064195ae4cff06e..999031625b54e25792944cbd30aabe29bcd36cff 100644 (file)
@@ -1,16 +1,13 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (c) 2016 Google, Inc
  * Written by Simon Glass <sjg@chromium.org>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <dm.h>
 #include <dt-structs.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 static int sandbox_spl_probe(struct udevice *dev)
 {
        struct dtd_sandbox_spl_test *plat = dev_get_platdata(dev);