1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Configuration for Xilinx Versal QSPI Flash utility
5 * (C) Copyright 2018-2019 Xilinx, Inc.
10 #ifndef __CONFIG_VERSAL_MINI_QSPI_H
11 #define __CONFIG_VERSAL_MINI_QSPI_H
13 #include <configs/xilinx_versal_mini.h>
15 #undef CONFIG_SYS_INIT_SP_ADDR
16 #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0x20000)
18 #endif /* __CONFIG_VERSAL_MINI_QSPI_H */