]> git.sur5r.net Git - u-boot/blobdiff - cmd/booti.c
am57xx_hs: avb2.0: add support of AVB 2.0
[u-boot] / cmd / booti.c
index fff936976355e1f261eca5eb7ae9ce49d994691f..45fbb99b680a9a5c3e230e6145cec5d42e15faf0 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2000-2009
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -14,8 +13,6 @@
 #include <linux/kernel.h>
 #include <linux/sizes.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 /*
  * Image booting support
  */