diff options
| author | Siva Durga Prasad Paladugu <[email protected]> | 2019-02-04 16:18:29 +0530 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2019-02-14 14:31:10 +0100 |
| commit | eebbfd865b27f5f20122d9d57f56aa03f6976c90 (patch) | |
| tree | bec7f66cc028cc886eda40c0cf6e2ae217ea8c2c /include | |
| parent | 47a766f95015e17f32f2467984a1e018964bcffc (diff) | |
arm64: versal: Add mini configuration for Versal
This patch adds new mini target for versal.
This configuration is very minimal in size which runs
from OCM. It contains support for mtest which can be
used for running DDR memory tests.
Signed-off-by: Siva Durga Prasad Paladugu <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/xilinx_versal_mini_qspi.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/include/configs/xilinx_versal_mini_qspi.h b/include/configs/xilinx_versal_mini_qspi.h new file mode 100644 index 00000000000..8572b8b3d2d --- /dev/null +++ b/include/configs/xilinx_versal_mini_qspi.h @@ -0,0 +1,18 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* + * Configuration for Xilinx Versal QSPI Flash utility + * + * (C) Copyright 2018-2019 Xilinx, Inc. + * Michal Simek <[email protected]> + * Siva Durga Prasad Paladugu <[email protected]> + */ + +#ifndef __CONFIG_VERSAL_MINI_QSPI_H +#define __CONFIG_VERSAL_MINI_QSPI_H + +#include <configs/xilinx_versal_mini.h> + +#undef CONFIG_SYS_INIT_SP_ADDR +#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE + 0x20000) + +#endif /* __CONFIG_VERSAL_MINI_QSPI_H */ |
