diff options
author | Tom Rini <trini@konsulko.com> | 2016-07-01 22:35:12 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-07-01 22:35:12 -0400 |
commit | 2f6b47061d1979d241930843ff154c6f1f1ece58 (patch) | |
tree | c97794711179ad2cfd1082edcb5392318565de27 /include/configs | |
parent | 0e1e587ff4fc2d81ad4f6313f02c5ca4c8ceea01 (diff) | |
parent | 61520ac4d5545cc8d2e1792092e46ab8043d5f36 (diff) | |
download | u-boot-imx-2f6b47061d1979d241930843ff154c6f1f1ece58.zip u-boot-imx-2f6b47061d1979d241930843ff154c6f1f1ece58.tar.gz u-boot-imx-2f6b47061d1979d241930843ff154c6f1f1ece58.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/socfpga_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h index 1f8b7b3..f654f94 100644 --- a/include/configs/socfpga_common.h +++ b/include/configs/socfpga_common.h @@ -346,7 +346,7 @@ unsigned int cm_get_qspi_controller_clk_hz(void); #define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot-dtb.img" #define CONFIG_SPL_LIBDISK_SUPPORT #else -#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION 3 +#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION 1 #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x200 /* offset 512 sect (256k) */ #define CONFIG_SPL_LIBDISK_SUPPORT #endif |