diff options
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/zynq-common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/zynq-common.h b/include/configs/zynq-common.h index 98411c4e9f..864f3220f3 100644 --- a/include/configs/zynq-common.h +++ b/include/configs/zynq-common.h @@ -290,6 +290,8 @@ #define CONFIG_SPL_BSS_START_ADDR 0x100000 #define CONFIG_SPL_BSS_MAX_SIZE 0x100000 +#define CONFIG_SPL_LOAD_FIT_ADDRESS 0x10000000 + #define CONFIG_SYS_UBOOT_START CONFIG_SYS_TEXT_BASE #endif /* __CONFIG_ZYNQ_COMMON_H */ |