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 | |
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>
-rw-r--r-- | include/configs/mx6dl_hdmidongle_nand_android.h | 6 | ||||
-rw-r--r-- | include/configs/mx6dl_sabreauto_nand_android.h | 6 | ||||
-rw-r--r-- | include/configs/mx6q_hdmidongle_nand_android.h | 6 | ||||
-rw-r--r-- | include/configs/mx6q_sabreauto_nand_android.h | 6 | ||||
-rw-r--r-- | include/configs/mx6solo_sabreauto_nand_android.h | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/include/configs/mx6dl_hdmidongle_nand_android.h b/include/configs/mx6dl_hdmidongle_nand_android.h index 9b97dcc..ec4fb4a 100644 --- a/include/configs/mx6dl_hdmidongle_nand_android.h +++ b/include/configs/mx6dl_hdmidongle_nand_android.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2013 Freescale Semiconductor, Inc. + * Copyright (C) 2010-2014 Freescale Semiconductor, Inc. * * Configuration settings for the MX6DL HDMI Dongle Freescale board. * @@ -59,7 +59,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 @@ -77,6 +77,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 diff --git a/include/configs/mx6dl_sabreauto_nand_android.h b/include/configs/mx6dl_sabreauto_nand_android.h index c327cb3..e4df3e6 100644 --- a/include/configs/mx6dl_sabreauto_nand_android.h +++ b/include/configs/mx6dl_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 MX6DL Sabre auto Freescale board. * @@ -60,7 +60,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 @@ -75,5 +75,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 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 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 diff --git a/include/configs/mx6solo_sabreauto_nand_android.h b/include/configs/mx6solo_sabreauto_nand_android.h index 4b1f498..94261bb 100644 --- a/include/configs/mx6solo_sabreauto_nand_android.h +++ b/include/configs/mx6solo_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 MX6SOLO Sabre auto Freescale board. * @@ -60,7 +60,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 @@ -75,5 +75,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 |