mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-13 20:36:02 +01:00
Correct the SPDX tag format. Fixes: 3b52847a451a ("Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze") Signed-off-by: Tom Rini <trini@konsulko.com>
16 lines
317 B
C
16 lines
317 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Configuration for Xilinx ZynqMP zc1275 RevB
|
|
*
|
|
* (C) Copyright 2018 Xilinx, Inc.
|
|
*/
|
|
|
|
#ifndef __CONFIG_ZYNQMP_ZC1275_REVB_H
|
|
#define __CONFIG_ZYNQMP_ZC1275_REVB_H
|
|
|
|
#define CONFIG_ZYNQ_SDHCI1
|
|
|
|
#include <configs/xilinx_zynqmp.h>
|
|
|
|
#endif /* __CONFIG_ZYNQMP_ZC1275_REVB_H */
|