Skip to content
Snippets Groups Projects
Commit f188357a authored by Tom Rini's avatar Tom Rini
Browse files

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 ef5ebe95.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent fccdb287
No related branches found
No related tags found
No related merge requests found
...@@ -219,8 +219,8 @@ ...@@ -219,8 +219,8 @@
#endif #endif
/* RAW SD card / eMMC locations. */ /* RAW SD card / eMMC locations. */
#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x200 /* address 0x40000 */ #define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x300 /* address 0x60000 */
#define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 0x300 /* 384 KB */ #define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 0x200 /* 256 KB */
/* FAT sd card locations. */ /* FAT sd card locations. */
#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1 #define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment