projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fccdb28
)
Revert "ti_armv7_common.h: Fix U-Boot location on eMMC"
author
Tom Rini
<
[email protected]
>
Mon, 2 May 2016 12:49:53 +0000
(08:49 -0400)
committer
Tom Rini
<
[email protected]
>
Mon, 2 May 2016 12:49:53 +0000
(08:49 -0400)
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 <
[email protected]
>
include/configs/ti_armv7_common.h
patch
|
blob
|
history
diff --git
a/include/configs/ti_armv7_common.h
b/include/configs/ti_armv7_common.h
index 2c7d5425efef39d5ef2e02a42b411b0e528729c8..7db08813e4958981a6261bdfdf4d1e99e33d2a83 100644
(file)
--- 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 0x
200 /* address 0x4
0000 */
-#define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 0x
300 /* 384
KB */
+#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_SECTOR 0x
300 /* address 0x6
0000 */
+#define CONFIG_SYS_U_BOOT_MAX_SIZE_SECTORS 0x
200 /* 256
KB */
/* FAT sd card locations. */
#define CONFIG_SYS_MMCSD_FS_BOOT_PARTITION 1