]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Xilinx: ARM: mmc: zynq: Add license notes
authorJagannadha Sutradharudu Teki <jaganna@xilinx.com>
Mon, 27 Aug 2012 19:26:10 +0000 (00:56 +0530)
committerJohn Linn <john.linn@xilinx.com>
Wed, 29 Aug 2012 23:11:07 +0000 (16:11 -0700)
This patch adds license notes on zynq sdhci driver and
it's header file.

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
drivers/mmc/zynq_mmc.c [changed mode: 0755->0644]
drivers/mmc/zynq_mmc.h

old mode 100755 (executable)
new mode 100644 (file)
index 8957798..8fd4322
@@ -1,3 +1,19 @@
+/*
+ * (C) Copyright 2012 Xilinx
+ *
+ * Zynq SD Host Controller Interface
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
+ */
+
 #include <common.h>
 #include <asm/arch/mmc.h>
 #include <asm/errno.h>
index 7a07241c8220724902d51e007bc3bfdb27458230..4f3d3f91069211c7206b9c422fa8b0eaa5f1b7cf 100644 (file)
@@ -1,11 +1,23 @@
-
-#ifndef __SD_H__
-#define __SD_H__
-
 /*
+ * (C) Copyright 2012 Xilinx
+ *
+ * Zynq SD Host Controller Interface
  * Controller register and bit definitions
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
  */
 
+#ifndef __SDHCI_MMC_H_
+#define __SDHCI_MMC_H_
+
 #define SD_DMA_ADDR_R        0x00
 
 #define SD_BLOCK_SZ_R        0x04
 
 #define SD_CAPABILITIES_R    0x40
 
-#endif
+#endif /* __SDHCI_MMC_H_ */