2018-05-06 17:58:06 -04:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
2018-01-05 16:16:15 +05:30
|
|
|
/*
|
|
|
|
* Configuration for Xilinx ZynqMP Nand Flash utility
|
|
|
|
*
|
|
|
|
* (C) Copyright 2018 Xilinx, Inc.
|
2023-07-10 14:35:49 +02:00
|
|
|
* Michal Simek <michal.simek@amd.com>
|
|
|
|
* Siva Durga Prasad Paladugu <siva.durga.prasad.paladugu@amd.com>>
|
2018-01-05 16:16:15 +05:30
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __CONFIG_ZYNQMP_MINI_NAND_H
|
|
|
|
#define __CONFIG_ZYNQMP_MINI_NAND_H
|
|
|
|
|
|
|
|
#include <configs/xilinx_zynqmp_mini.h>
|
|
|
|
|
2022-11-16 13:10:37 -05:00
|
|
|
#define CFG_SYS_SDRAM_SIZE 0x1000000
|
|
|
|
#define CFG_SYS_SDRAM_BASE 0x0
|
2018-01-05 16:16:15 +05:30
|
|
|
|
|
|
|
#endif /* __CONFIG_ZYNQMP_MINI_NAND_H */
|