summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-08-17 10:30:56 -0400
committerTom Rini <trini@konsulko.com>2019-08-17 10:30:56 -0400
commit8c650a9fed1395e50b011910084f25447ec661a5 (patch)
tree017e61fb83129f75347fb9be74920b3b32badd3c /include
parent3d240d89c4576e98fa04c8bf5c6fe64cf2f1e53a (diff)
parenta89441a74f6df1f75b942f6906724620fad2e8e1 (diff)
downloadu-boot-8c650a9fed1395e50b011910084f25447ec661a5.tar.gz
u-boot-8c650a9fed1395e50b011910084f25447ec661a5.tar.xz
u-boot-8c650a9fed1395e50b011910084f25447ec661a5.zip
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
- Misc gen5 fixes
Diffstat (limited to 'include')
-rw-r--r--include/configs/socfpga_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index d1034ac280..36b0ed5459 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -203,7 +203,7 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
/* SPL SDMMC boot support */
#ifdef CONFIG_SPL_MMC_SUPPORT
#if defined(CONFIG_SPL_FS_FAT) || defined(CONFIG_SPL_FS_EXT4)
-#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot-dtb.img"
+#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img"
#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1
#endif
#else