Source
1
+
// SPDX-License-Identifier: GPL-2.0+
1
2
/*
2
3
* Copyright (c) 2013 Google, Inc
3
4
*
4
5
* (C) Copyright 2012
5
6
* Pavel Herrmann <morpheus.ibis@gmail.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 <dm-demo.h>
13
12
#include <mapmem.h>
14
13
#include <asm/io.h>
15
14
16
15
static int simple_hello(struct udevice *dev, int ch)
17
16
{