mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
57a72d0560
Correct the SPDX tag format.
Fixes: 3b52847a45
("Merge tag 'xilinx-for-v2018.07' of git://www.denx.de/git/u-boot-microblaze")
Signed-off-by: Tom Rini <trini@konsulko.com>
15 lines
317 B
C
15 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 */
|