diff options
Diffstat (limited to 'include/configs/mx6q_hdmidongle_nand_android.h')
-rw-r--r-- | include/configs/mx6q_hdmidongle_nand_android.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/mx6q_hdmidongle_nand_android.h b/include/configs/mx6q_hdmidongle_nand_android.h index 0906140..5711918 100644 --- a/include/configs/mx6q_hdmidongle_nand_android.h +++ b/include/configs/mx6q_hdmidongle_nand_android.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013 Freescale Semiconductor, Inc. + * Copyright (C) 2012-2014 Freescale Semiconductor, Inc. * * Configuration settings for the MX6Q HDMI Dongle Freescale board. * @@ -57,7 +57,7 @@ "booti mmc2 recovery" #define CONFIG_ANDROID_RECOVERY_CMD_FILE "/recovery/command" #define CONFIG_ANDROID_RECOVERY_BOOTCMD_NAND \ - "nand read 0x12800000 0x2800000 0x500000;booti 0x12800000" + "nand read 0x12800000 0x2800000 0x800000;booti 0x12800000" #define CONFIG_ANDROID_RECOVERY_BOOTARGS_NAND NULL #define CONFIG_INITRD_TAG @@ -75,6 +75,6 @@ "netdev=eth0\0" \ "ethprime=FEC0\0" \ "fastboot_dev=mmc2\0" \ - "bootcmd=nand read 0x12800000 0x1400000 0x500000;booti 0x12800000\0" + "bootcmd=nand read 0x12800000 0x1400000 0x800000;booti 0x12800000\0" #endif |