]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
zynqmp: Enable SDHCI0 options
authorMichal Simek <michal.simek@xilinx.com>
Wed, 15 Apr 2015 13:21:37 +0000 (15:21 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:31:35 +0000 (22:31 +0200)
Enable SDHCI0 for zynqmp.
Add empty gpio.h because of sdhci requirement.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/include/asm/arch-zynqmp/gpio.h [new file with mode: 0644]
include/configs/xilinx_zynqmp.h

diff --git a/arch/arm/include/asm/arch-zynqmp/gpio.h b/arch/arm/include/asm/arch-zynqmp/gpio.h
new file mode 100644 (file)
index 0000000..098bbde
--- /dev/null
@@ -0,0 +1,12 @@
+/*
+ * Copyright 2015 Xilinx, Inc.
+ *
+ * SPDX-License-Identifier:      GPL-2.0+
+ */
+
+#ifndef __ARCH_ZYNQMP_GPIO_H
+#define __ARCH_ZYNQMP_GPIO_H
+
+/* Empty file - sdhci requires this. */
+
+#endif
index 45282ed445e5ea7a2bc45f3af483f75fae397cbd..880d29ca7157119e3de7b80137741d19bc141c13 100644 (file)
@@ -61,6 +61,8 @@
 #define CONFIG_SYS_BAUDRATE_TABLE \
        { 4800, 9600, 19200, 38400, 57600, 115200 }
 
+#define CONFIG_ZYNQ_SDHCI0
+
 /* Command line configuration */
 #define CONFIG_CMD_ENV
 #define CONFIG_CMD_EXT2