xilinx_versal_mini_qspi.h 489 B

123456789101112131415161718
  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 <michal.simek@xilinx.com>
  7. * Siva Durga Prasad Paladugu <sivadur@xilinx.com>
  8. */
  9. #ifndef __CONFIG_VERSAL_MINI_QSPI_H
  10. #define __CONFIG_VERSAL_MINI_QSPI_H
  11. #include <configs/xilinx_versal_mini.h>
  12. #undef CONFIG_SYS_INIT_SP_ADDR
  13. #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0x20000)
  14. #endif /* __CONFIG_VERSAL_MINI_QSPI_H */