summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-07-01 22:35:12 -0400
committerTom Rini <trini@konsulko.com>2016-07-01 22:35:12 -0400
commit2f6b47061d1979d241930843ff154c6f1f1ece58 (patch)
treec97794711179ad2cfd1082edcb5392318565de27
parent0e1e587ff4fc2d81ad4f6313f02c5ca4c8ceea01 (diff)
parent61520ac4d5545cc8d2e1792092e46ab8043d5f36 (diff)
downloadtalos-obmc-uboot-2f6b47061d1979d241930843ff154c6f1f1ece58.tar.gz
talos-obmc-uboot-2f6b47061d1979d241930843ff154c6f1f1ece58.zip
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
-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 1f8b7b3b80..f654f945bc 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
OpenPOWER on IntegriCloud