summaryrefslogtreecommitdiff
path: root/include/configs/mx6q_sabreauto_nand_android.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/mx6q_sabreauto_nand_android.h')
-rw-r--r--include/configs/mx6q_sabreauto_nand_android.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/mx6q_sabreauto_nand_android.h b/include/configs/mx6q_sabreauto_nand_android.h
index 97c4b1b..88093d2 100644
--- a/include/configs/mx6q_sabreauto_nand_android.h
+++ b/include/configs/mx6q_sabreauto_nand_android.h
@@ -1,6 +1,6 @@
/*
- * Copyright (C) 2013 Freescale Semiconductor, Inc.
+ * Copyright (C) 2013-2014 Freescale Semiconductor, Inc.
*
* Configuration settings for the MX6Q Sabre auto Freescale board.
*
@@ -62,7 +62,7 @@
"booti mmc2 recovery"
#define CONFIG_ANDROID_RECOVERY_CMD_FILE "/recovery/command"
#define CONFIG_ANDROID_RECOVERY_BOOTCMD_NAND \
- "nand read 0x12800000 0x2000000 0x600000;booti 0x12800000"
+ "nand read 0x12800000 0x2000000 0x800000;booti 0x12800000"
#define CONFIG_ANDROID_RECOVERY_BOOTARGS_NAND NULL
#define CONFIG_INITRD_TAG
@@ -77,5 +77,5 @@
"ethprime=FEC0\0" \
"fastboot_dev=mmc2\0" \
"fbparts=16m@16m(boot) 128m@32m(recovery) 810m@160m(android_root)\0" \
- "bootcmd=nand read 0x12800000 0x1000000 0x500000;booti 0x12800000\0"
+ "bootcmd=nand read 0x12800000 0x1000000 0x800000;booti 0x12800000\0"
#endif