]>
Commit | Line | Data |
---|---|---|
eebbfd86 SDPP |
1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2 | /* | |
3 | * Configuration for Xilinx Versal QSPI Flash utility | |
4 | * | |
5 | * (C) Copyright 2018-2019 Xilinx, Inc. | |
6 | * Michal Simek <[email protected]> | |
7 | * Siva Durga Prasad Paladugu <[email protected]> | |
8 | */ | |
9 | ||
10 | #ifndef __CONFIG_VERSAL_MINI_QSPI_H | |
11 | #define __CONFIG_VERSAL_MINI_QSPI_H | |
12 | ||
13 | #include <configs/xilinx_versal_mini.h> | |
14 | ||
15 | #undef CONFIG_SYS_INIT_SP_ADDR | |
16 | #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0x20000) | |
17 | ||
18 | #endif /* __CONFIG_VERSAL_MINI_QSPI_H */ |