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

Tom Rini trini at ti.com
Wed Jul 24 15:04:47 CEST 2013


The SPDX license identifier commit ate the top of this file by accident,
restore conents.

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

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+
  */
 
 /*
-- 
1.7.9.5



More information about the U-Boot mailing list