aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kocialkowski2014-11-08 23:16:11 +0100
committerPaul Kocialkowski2015-07-15 15:06:15 +0200
commit8ff61f2eb20db641c6176fed4821e2c31380a73c (patch)
treecb7091d2df3e09e9133232ca04497efedfaa51c4
parent906c3a195eee4b0b594e1b18558fb1b2ddcbbb0d (diff)
WIP: Sniper config for raw MMC booting
-rw-r--r--include/configs/sniper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/sniper.h b/include/configs/sniper.h
index e210e1290ff..9d0afe19f0d 100644
--- a/include/configs/sniper.h
+++ b/include/configs/sniper.h
@@ -75,12 +75,12 @@
#define CONFIG_SPL_FAT_SUPPORT
/* Boot */
-#define CONFIG_SYS_MMC_SD_FS_BOOT_PARTITION 1
+#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1
#define CONFIG_SPL_FS_LOAD_PAYLOAD_NAME "u-boot.img"
/* master compat, remove later */
-#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x100
-#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PART 2
+/*#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x200*/
+#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION 2
/* Thats boot-related */