]> git.sur5r.net Git - u-boot/blobdiff - common/main.c
dm: sunxi: Use DM for MMC and SATA on all A10 boards
[u-boot] / common / main.c
index 6a1159879edc4abb98a415bf369be8b02e621ca3..9802bed229c34a2931cf29d57f47083d96aa77fd 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2000
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 /* #define     DEBUG   */
@@ -13,8 +12,6 @@
 #include <console.h>
 #include <version.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 /*
  * Board-specific Platform code can reimplement show_boot_progress () if needed
  */