aboutsummaryrefslogtreecommitdiffstats
path: root/include/configs/i9300.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/i9300.h')
-rw-r--r--include/configs/i9300.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/configs/i9300.h b/include/configs/i9300.h
index a99497a958..0f74474856 100644
--- a/include/configs/i9300.h
+++ b/include/configs/i9300.h
@@ -79,7 +79,14 @@
"mmc dev 0 1; mmc write 0x50000000 0x0 0x1000;\0" \
"sdupdate=" /* install updated u-boot from bootable SD card */ \
"mmc dev 1; mmc read 0x50000000 0x1 0x1000;" \
- "mmc dev 0 1; mmc write 0x50000000 0x0 0x1000;\0"
+ "mmc dev 0 1; mmc write 0x50000000 0x0 0x1000;\0" \
+ "mmcbootpart=3\0" \
+ "mmcrecoverypart=5\0" \
+ "mmcbootinfopart=0\0" \
+ "mmcboot=" \
+ "read mmc 0:${mmcbootpart} 0x50000000 0x0 0xbfff; bootm 0x50000000\0" \
+ "mmcrecovery=" \
+ "read mmc 0:${mmcrecoverypart} 0x50000000 0x0 0xbfff; bootm 0x50000000\0"
#include <linux/sizes.h>