Siva Durga Prasad Paladugu | 81c7980 | 2018-07-18 16:31:38 +0530 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * Configuration for Xilinx ZynqMP QSPI Flash utility |
| 4 | * |
| 5 | * (C) Copyright 2018 Xilinx, Inc. |
| 6 | * Michal Simek <michal.simek@xilinx.com> |
| 7 | * Siva Durga Prasad Paladugu <sivadur@xilinx.com> |
| 8 | */ |
| 9 | |
| 10 | #ifndef __CONFIG_ZYNQMP_MINI_QSPI_H |
| 11 | #define __CONFIG_ZYNQMP_MINI_QSPI_H |
| 12 | |
| 13 | #include <configs/xilinx_zynqmp_mini.h> |
| 14 | |
Siva Durga Prasad Paladugu | 81c7980 | 2018-07-18 16:31:38 +0530 | [diff] [blame] | 15 | #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0x20000) |
Ashok Reddy Soma | d6c863a | 2020-04-06 07:58:32 -0600 | [diff] [blame] | 16 | #define CONFIG_SYS_MALLOC_LEN 0x1a00 |
Siva Durga Prasad Paladugu | 81c7980 | 2018-07-18 16:31:38 +0530 | [diff] [blame] | 17 | |
| 18 | #endif /* __CONFIG_ZYNQMP_MINI_QSPI_H */ |