diff options
author | Stefano Babic <sbabic@denx.de> | 2018-09-18 16:53:34 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-09-18 16:53:55 +0200 |
commit | 0eee446ee811ea3ebbade82cb1d19558736e5603 (patch) | |
tree | ec086d3b613610ff7c2b13cc092b38bc36d45c1f /include/configs/socfpga_stratix10_socdk.h | |
parent | d27748b7cb3b7f447ef7d7d7c6cfe91852cd14e6 (diff) | |
parent | b57f1895b669e3fbdca486e7c40dfea00f22bb93 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot into master
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include/configs/socfpga_stratix10_socdk.h')
-rw-r--r-- | include/configs/socfpga_stratix10_socdk.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/socfpga_stratix10_socdk.h b/include/configs/socfpga_stratix10_socdk.h index b58f478004..e190b3d988 100644 --- a/include/configs/socfpga_stratix10_socdk.h +++ b/include/configs/socfpga_stratix10_socdk.h @@ -202,6 +202,7 @@ unsigned int cm_get_l4_sys_free_clk_hz(void); * 0x8000_0000 ...... End of SDRAM_1 (assume 2GB) * */ +#define CONFIG_SPL_TARGET "spl/u-boot-spl.hex" #define CONFIG_SPL_TEXT_BASE CONFIG_SYS_INIT_RAM_ADDR #define CONFIG_SPL_MAX_SIZE CONFIG_SYS_INIT_RAM_SIZE #define CONFIG_SPL_STACK CONFIG_SYS_INIT_SP_ADDR @@ -215,6 +216,6 @@ unsigned int cm_get_l4_sys_free_clk_hz(void); /* SPL SDMMC boot support */ #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 -#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot-dtb.img" +#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img" #endif /* __CONFIG_H */ |