aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/ti_armv7_common.h')
-rw-r--r--include/configs/ti_armv7_common.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h
index bba511ab99..0e5716459e 100644
--- a/include/configs/ti_armv7_common.h
+++ b/include/configs/ti_armv7_common.h
@@ -282,8 +282,8 @@
282#endif 282#endif
283 283
284/* RAW SD card / eMMC locations. */ 284/* RAW SD card / eMMC locations. */
285#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x200 /* address 0x40000 */ 285#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x300 /* address 0x60000 */
286#define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 0x300 /* 384 KB */ 286#define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 0x1000 /* 2048 KB */
287 287
288/* FAT sd card locations. */ 288/* FAT sd card locations. */
289#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 289#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1
@@ -295,9 +295,10 @@
295#define CONFIG_SPL_FS_LOAD_ARGS_NAME "args" 295#define CONFIG_SPL_FS_LOAD_ARGS_NAME "args"
296 296
297/* RAW SD card / eMMC */ 297/* RAW SD card / eMMC */
298#define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR 0x900 /* address 0x120000 */ 298#define CONFIG_SYS_MMCSD_RAW_MODE_KERNEL_SECTOR 0x1700 /* address 0x2E0000 */
299#define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR 0x80 /* address 0x10000 */ 299#define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTOR 0x1500 /* address 0x2A0000 */
300#define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS 0x80 /* 64KiB */ 300#define CONFIG_SYS_MMCSD_RAW_MODE_ARGS_SECTORS 0x200 /* 256KiB */
301
301 302
302/* spl export command */ 303/* spl export command */
303#define CONFIG_CMD_SPL 304#define CONFIG_CMD_SPL