diff options
| author | Tom Rini <[email protected]> | 2021-04-09 13:10:38 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-04-09 13:10:38 -0400 |
| commit | 92c4eb7ae3e8fe2c2b3c5b37f882b42282a08e84 (patch) | |
| tree | 2ce9a497994386b4f58861107a792fe69b82577e /include/configs | |
| parent | a1e95e3805eacca1162f6049dceb9b1d2726cbf5 (diff) | |
| parent | 96fe4f6485e92ed9da464c96c5f536698c5ee66d (diff) | |
Merge branch 'v2021.07-rc1' of https://github.com/lftan/u-boot
Diffstat (limited to 'include/configs')
| -rw-r--r-- | include/configs/socfpga_soc64_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/socfpga_soc64_common.h b/include/configs/socfpga_soc64_common.h index 1cfa1900478..5afdb104543 100644 --- a/include/configs/socfpga_soc64_common.h +++ b/include/configs/socfpga_soc64_common.h @@ -8,7 +8,7 @@ #define __CONFIG_SOCFPGA_SOC64_COMMON_H__ #include <asm/arch/base_addr_s10.h> -#include <asm/arch/handoff_s10.h> +#include <asm/arch/handoff_soc64.h> #include <linux/stringify.h> /* @@ -43,7 +43,7 @@ #ifdef CONFIG_SPL_BUILD #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR \ + CONFIG_SYS_INIT_RAM_SIZE \ - - S10_HANDOFF_SIZE) + - SOC64_HANDOFF_SIZE) #else #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_TEXT_BASE \ + 0x100000) |
