Source
1
+
// SPDX-License-Identifier: GPL-2.0
1
2
/*
2
3
* Copyright (c) 2015 National Instruments
3
4
*
4
5
* (C) Copyright 2015
5
6
* Joe Hershberger <joe.hershberger@ni.com>
6
-
*
7
-
* SPDX-License-Identifier: GPL-2.0
8
7
*/
9
8
10
9
#include <common.h>
11
10
#include <dm.h>
12
11
#include <malloc.h>
13
12
#include <net.h>
14
13
#include <asm/test.h>
15
14
16
15
DECLARE_GLOBAL_DATA_PTR;
17
16