diff mbox

[U-Boot] cmd_io.c: Re-add Copyright/license section

Message ID 1374671087-21074-1-git-send-email-trini@ti.com
State Superseded
Delegated to: Tom Rini
Headers show

Commit Message

Tom Rini July 24, 2013, 1:04 p.m. UTC
The SPDX license identifier commit ate the top of this file by accident,
restore conents.

Signed-off-by: Tom Rini <trini@ti.com>
---
 common/cmd_io.c |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)
diff mbox

Patch

diff --git a/common/cmd_io.c b/common/cmd_io.c
index ceb0b89..eefac36 100644
--- a/common/cmd_io.c
+++ b/common/cmd_io.c
@@ -1,9 +1,7 @@ 
-gv[])
-{
-	ulong addr, size, val;
-
-	if (argc != 3)
-		return CMD_RET_USAGE;ntifier:	GPL-2.0+
+/*
+ * Copyright (c) 2012 The Chromium OS Authors.
+ *
+ * SPDX-License-Identifier:     GPL-2.0+
  */
 
 /*