cpu: imx8: show RevC instead of Rev? at boot log
[oweals/u-boot.git] / arch / arm / mach-mvebu / timer.c
index f5c2eaa808a3a0ccf7c0fbf22e06a4204d3908df..2f6b4d1702f1a3a311f9bfe348195c452f6126da 100644 (file)
@@ -1,18 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright (C) Marvell International Ltd. and its affiliates
  * Written-by: Prafulla Wadaskar <prafulla@marvell.com>
  *
  * Copyright (C) 2015 Stefan Roese <sr@denx.de>
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <asm/io.h>
 #include <asm/arch/soc.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 #define TIMER_LOAD_VAL                 0xffffffff
 
 static int init_done __attribute__((section(".data"))) = 0;