]> git.sur5r.net Git - u-boot/blobdiff - drivers/ram/rockchip/sdram_rk3288.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / drivers / ram / rockchip / sdram_rk3288.c
index 95efb117fc17c439327bdc485d3749b22e69f148..14c30c90809fd121e14f2c0e95783f0ae7397db6 100644 (file)
@@ -1,9 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * (C) Copyright 2015 Google, Inc
  * Copyright 2014 Rockchip Inc.
  *
- * SPDX-License-Identifier:     GPL-2.0
- *
  * Adapted from coreboot.
  */
 
@@ -27,8 +26,6 @@
 #include <power/regulator.h>
 #include <power/rk8xx_pmic.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 struct chan_info {
        struct rk3288_ddr_pctl *pctl;
        struct rk3288_ddr_publ *publ;