]>
Commit | Line | Data |
---|---|---|
83d290c5 | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2678059e SDPP |
2 | /* |
3 | * Configuration for Xilinx ZynqMP eMMC Flash utility | |
4 | * | |
5 | * (C) Copyright 2018 Xilinx, Inc. | |
6 | * Michal Simek <[email protected]> | |
7 | * Siva Durga Prasad Paladugu <[email protected]> | |
2678059e SDPP |
8 | */ |
9 | ||
10 | #ifndef __CONFIG_ZYNQMP_MINI_EMMC_H | |
11 | #define __CONFIG_ZYNQMP_MINI_EMMC_H | |
12 | ||
13 | #include <configs/xilinx_zynqmp_mini.h> | |
14 | ||
2678059e | 15 | #define CONFIG_SYS_INIT_SP_ADDR CONFIG_SYS_TEXT_BASE |
2678059e SDPP |
16 | |
17 | #endif /* __CONFIG_ZYNQMP_MINI_EMMC_H */ |