]> git.sur5r.net Git - u-boot/blobdiff - board/compulab/cm_fx6/common.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / compulab / cm_fx6 / common.c
index 19fa5d3cf70bd9469b8ca6a39c9a3abe1cdd2e04..e1e4a67f8aa254161517416aa32acc775adef5ae 100644 (file)
@@ -1,11 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Code used by both U-Boot and SPL for Compulab CM-FX6
  *
  * Copyright (C) 2014, Compulab Ltd - http://compulab.co.il/
  *
  * Author: Nikita Kiryanov <nikita@compulab.co.il>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -15,8 +14,6 @@
 #include <fsl_esdhc.h>
 #include "common.h"
 
-DECLARE_GLOBAL_DATA_PTR;
-
 #ifdef CONFIG_FSL_ESDHC
 #define USDHC_PAD_CTRL (PAD_CTL_PUS_47K_UP |                   \
        PAD_CTL_SPEED_LOW | PAD_CTL_DSE_80ohm |                 \