2018-05-06 21:58:06 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2018-01-05 10:46:15 +00:00
|
|
|
/*
|
|
|
|
* Configuration for Xilinx ZynqMP Flash utility
|
|
|
|
*
|
|
|
|
* (C) Copyright 2018 Xilinx, Inc.
|
|
|
|
* Michal Simek <michal.simek@xilinx.com>
|
|
|
|
* Siva Durga Prasad Paladugu <sivadur@xilinx.com>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_ZYNQMP_MINI_H
|
|
|
|
#define __CONFIG_ZYNQMP_MINI_H
|
|
|
|
|
2018-02-15 05:54:41 +00:00
|
|
|
#define CONFIG_SYS_MEMTEST_SCRATCH 0xfffc0000
|
|
|
|
|
2018-11-29 14:26:05 +00:00
|
|
|
#define CONFIG_EXTRA_ENV_SETTINGS
|
|
|
|
|
2018-01-05 10:46:15 +00:00
|
|
|
#include <configs/xilinx_zynqmp.h>
|
|
|
|
|
|
|
|
/* Undef unneeded configs */
|
2018-11-29 13:19:35 +00:00
|
|
|
#undef CONFIG_BOOTCOMMAND
|
2018-01-05 10:46:15 +00:00
|
|
|
#undef CONFIG_EXTRA_ENV_SETTINGS
|
|
|
|
#undef CONFIG_SYS_MALLOC_LEN
|
|
|
|
#undef CONFIG_ZLIB
|
|
|
|
#undef CONFIG_GZIP
|
|
|
|
#undef CONFIG_CMD_ENV
|
|
|
|
#undef CONFIG_SYS_INIT_SP_ADDR
|
|
|
|
|
|
|
|
/* BOOTP options */
|
|
|
|
#undef CONFIG_BOOTP_BOOTFILESIZE
|
|
|
|
#undef CONFIG_BOOTP_MAY_FAIL
|
|
|
|
|
|
|
|
#endif /* __CONFIG_ZYNQMP_MINI_H */
|