diff options
-rw-r--r-- | include/configs/sniper.h | 6 |
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 */ |