Skip to content

Commit

Permalink
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Browse files Browse the repository at this point in the history
- Misc gen5 fixes
  • Loading branch information
trini committed Aug 17, 2019
2 parents 3d240d8 + a89441a commit 8c650a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ config ARCH_SOCFPGA
select SYS_THUMB_BUILD if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
select SYSRESET
select SYSRESET_SOCFPGA if TARGET_SOCFPGA_GEN5 || TARGET_SOCFPGA_ARRIA10
select SYSRESET_SOCFPGA_STRATIX10 if TARGET_SOCFPGA_STRATIX10
select SYSRESET_SOCFPGA_S10 if TARGET_SOCFPGA_STRATIX10
imply CMD_DM
imply CMD_MTDPARTS
imply CRC32_VERIFY
Expand Down
2 changes: 0 additions & 2 deletions arch/arm/mach-socfpga/spl_gen5.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ void board_init_f(ulong dummy)
writel(SYSMGR_ECC_OCRAM_DERR | SYSMGR_ECC_OCRAM_EN,
&sysmgr_regs->eccgrp_ocram);

memset(__bss_start, 0, __bss_end - __bss_start);

socfpga_sdram_remap_zero();
socfpga_pl310_clear();

Expand Down
2 changes: 1 addition & 1 deletion include/configs/socfpga_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c650a9

Please sign in to comment.