mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
31137acb27
Enable SDHCI0 for zynqmp. Add empty gpio.h because of sdhci requirement. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
12 lines
191 B
C
12 lines
191 B
C
/*
|
|
* 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
|