mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 23:47:24 +00:00
19 lines
433 B
C
19 lines
433 B
C
|
/*
|
||
|
* Configuration for Xilinx ZynqMP zc1751 XM019 DC5
|
||
|
*
|
||
|
* (C) Copyright 2015 Xilinx, Inc.
|
||
|
* Siva Durga Prasad <siva.durga.paladugu@xilinx.com>
|
||
|
* Michal Simek <michal.simek@xilinx.com>
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef __CONFIG_ZYNQMP_ZC1751_XM019_DC5_H
|
||
|
#define __CONFIG_ZYNQMP_ZC1751_XM019_DC5_H
|
||
|
|
||
|
#define CONFIG_ZYNQ_SDHCI0
|
||
|
|
||
|
#include <configs/xilinx_zynqmp.h>
|
||
|
|
||
|
#endif /* __CONFIG_ZYNQMP_ZC1751_XM019_DC5_H */
|