mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
174d728471
Update my and DPs email address to match current setup. Signed-off-by: Michal Simek <michal.simek@amd.com> Link: https://lore.kernel.org/r/aba5b19b9c5a95608829e86ad5cc4671c940f1bb.1688992543.git.michal.simek@amd.com
18 lines
471 B
C
18 lines
471 B
C
/* SPDX-License-Identifier: GPL-2.0+ */
|
|
/*
|
|
* Configuration for Xilinx ZynqMP Nand Flash utility
|
|
*
|
|
* (C) Copyright 2018 Xilinx, Inc.
|
|
* Michal Simek <michal.simek@amd.com>
|
|
* Siva Durga Prasad Paladugu <siva.durga.prasad.paladugu@amd.com>>
|
|
*/
|
|
|
|
#ifndef __CONFIG_ZYNQMP_MINI_NAND_H
|
|
#define __CONFIG_ZYNQMP_MINI_NAND_H
|
|
|
|
#include <configs/xilinx_zynqmp_mini.h>
|
|
|
|
#define CFG_SYS_SDRAM_SIZE 0x1000000
|
|
#define CFG_SYS_SDRAM_BASE 0x0
|
|
|
|
#endif /* __CONFIG_ZYNQMP_MINI_NAND_H */
|