]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/configs/zynq_zc770.h
ARM: PSCI: Add missing CONFIG_ARMV7_PSCI_NR_CPUS for PSCI enabled platforms
[people/ms/u-boot.git] / include / configs / zynq_zc770.h
1 /*
2 * (C) Copyright 2013 Xilinx, Inc.
3 *
4 * Configuration settings for the Xilinx Zynq ZC770 board.
5 * See zynq-common.h for Zynq common configs
6 *
7 * SPDX-License-Identifier: GPL-2.0+
8 */
9
10 #ifndef __CONFIG_ZYNQ_ZC770_H
11 #define __CONFIG_ZYNQ_ZC770_H
12
13 #define CONFIG_SYS_NO_FLASH
14
15 #if defined(CONFIG_ZC770_XM012)
16 # undef CONFIG_SYS_NO_FLASH
17
18 #endif
19
20 #include <configs/zynq-common.h>
21
22 #endif /* __CONFIG_ZYNQ_ZC770_H */