]> Git Repo - J-u-boot.git/blob - include/configs/xilinx_zynqmp_mini.h
Merge branch '2022-06-06-finish-SPL-Kconfig-migration' into next
[J-u-boot.git] / include / configs / xilinx_zynqmp_mini.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Configuration for Xilinx ZynqMP Flash utility
4  *
5  * (C) Copyright 2018 Xilinx, Inc.
6  * Michal Simek <[email protected]>
7  * Siva Durga Prasad Paladugu <[email protected]>
8  */
9
10 #ifndef __CONFIG_ZYNQMP_MINI_H
11 #define __CONFIG_ZYNQMP_MINI_H
12
13 #define CONFIG_EXTRA_ENV_SETTINGS
14
15 #include <configs/xilinx_zynqmp.h>
16
17 /* Undef unneeded configs */
18 #undef CONFIG_EXTRA_ENV_SETTINGS
19
20 #endif /* __CONFIG_ZYNQMP_MINI_H */
This page took 0.028469 seconds and 4 git commands to generate.