mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
b4af64fdfd
Remove harcoded XHCI lists and detect mode, speed based on DT. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Serial-changes: 2 - Remove also XHCI macros from hardware.h - Remove additional new line in zcu106
16 lines
379 B
C
16 lines
379 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Configuration for Xilinx ZynqMP zc1751 XM017 DC3
|
|
*
|
|
* (C) Copyright 2015 Xilinx, Inc.
|
|
* Michal Simek <michal.simek@xilinx.com>
|
|
*/
|
|
|
|
#ifndef __CONFIG_ZYNQMP_ZC1751_XM017_DC3_H
|
|
#define __CONFIG_ZYNQMP_ZC1751_XM017_DC3_H
|
|
|
|
#define CONFIG_ZYNQ_SDHCI1
|
|
|
|
#include <configs/xilinx_zynqmp.h>
|
|
|
|
#endif /* __CONFIG_ZYNQMP_ZC1751_XM017_DC3_H */
|