diff options
author | Tom Rini <trini@konsulko.com> | 2016-05-02 08:49:53 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-05-02 08:49:53 -0400 |
commit | f188357a155a5b7d6906f081c6e7265f6d6086ec (patch) | |
tree | d85b2fa1941752aaa8acaebcf166a985b7fcdb1f /include/configs/ti_armv7_common.h | |
parent | fccdb287f5f5f2349d3ca1c7cdf972015417d46d (diff) | |
download | u-boot-f188357a155a5b7d6906f081c6e7265f6d6086ec.tar.gz |
Revert "ti_armv7_common.h: Fix U-Boot location on eMMC"
We cannot change the long standing hard-coded offset for raw boot mode
for everyone to accommodate how Android expects things to be done here.
This reverts commit ef5ebe951bec72631cdbc7cef9079e6c684e5d0b.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/ti_armv7_common.h')
-rw-r--r-- | include/configs/ti_armv7_common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/configs/ti_armv7_common.h b/include/configs/ti_armv7_common.h index 2c7d5425ef..7db08813e4 100644 --- a/include/configs/ti_armv7_common.h +++ b/include/configs/ti_armv7_common.h @@ -219,8 +219,8 @@ #endif /* RAW SD card / eMMC locations. */ -#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x200 /* address 0x40000 */ -#define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 0x300 /* 384 KB */ +#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x300 /* address 0x60000 */ +#define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 0x200 /* 256 KB */ /* FAT sd card locations. */ #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 |