diff options
author | Ke Qinghua <qinghua.ke@freescale.com> | 2014-03-12 16:52:47 +0800 |
---|---|---|
committer | Ke Qinghua <qinghua.ke@freescale.com> | 2014-03-12 16:57:53 +0800 |
commit | 9b6edb6de507591c0d1633058f5ec5283018f159 (patch) | |
tree | 326b39e598c10182015777442dee73dc86e2d4a5 /include/configs/mx6q_hdmidongle_nand_android.h | |
parent | 154348719ccccbcadb0bd874c1b2cdd5d5b9e082 (diff) | |
download | u-boot-imx-kk4.4.2_1.0.0-ga.zip u-boot-imx-kk4.4.2_1.0.0-ga.tar.gz u-boot-imx-kk4.4.2_1.0.0-ga.tar.bz2 |
ENGR00303101: NAND can not boot for auto boardkk4.4.2_1.0.0-gakk4.4.2_1.0.0-beta
Fixed load image length for NAND boot
Signed-off-by: Ke Qinghua <qinghua.ke@freescale.com>
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 |