mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
a4d88920e5
Move the config IDENT_STRING to Kconfig and migrate all boards [sivadur: Migrate zynq boards] Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com> [trini: Update configs, add some default to sunxi Kconfig] Signed-off-by: Tom Rini <trini@konsulko.com>
18 lines
433 B
C
18 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 */
|