]> git.sur5r.net Git - u-boot/blobdiff - test/dm/eth.c
avb2.0: add boot states and dm-verity support
[u-boot] / test / dm / eth.c
index 67fd660ee4f514ff2431e10a7cac1f362944c967..1a7684a887b48cf9ff9785e5815c134a6deca43c 100644 (file)
@@ -1,10 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0
 /*
  * Copyright (c) 2015 National Instruments
  *
  * (C) Copyright 2015
  * Joe Hershberger <joe.hershberger@ni.com>
- *
- * SPDX-License-Identifier:    GPL-2.0
  */
 
 #include <common.h>
@@ -18,8 +17,6 @@
 #include <asm/eth.h>
 #include <test/ut.h>
 
-DECLARE_GLOBAL_DATA_PTR;
-
 #define DM_TEST_ETH_NUM                4
 
 static int dm_test_eth(struct unit_test_state *uts)