summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorAllen Xu <b45815@freescale.com>2014-11-28 04:54:59 +0800
committerAllen Xu <b45815@freescale.com>2014-11-30 00:45:27 +0800
commit9af06ef99b07a6ae2f6709bc45fa1b416678bc7e (patch)
treee718def55be7f88328d1ef1e975c13756d4b7b3d /include/configs
parent306ab0de05cdbeba05ca689496f614109d27deb6 (diff)
downloadu-boot-imx-9af06ef99b07a6ae2f6709bc45fa1b416678bc7e.zip
u-boot-imx-9af06ef99b07a6ae2f6709bc45fa1b416678bc7e.tar.gz
u-boot-imx-9af06ef99b07a6ae2f6709bc45fa1b416678bc7e.tar.bz2
MLK-9927 - change the kernel and dtb location for nand read
kernel and dtb file location should be changed from 0x1000000 and 0x2000000 to 0x4000000 and 0x5000000, since the uboot partition expanded to 64M. Signed-off-by: Allen Xu <b45815@freescale.com> (cherry picked from commit eb4e6a6e65fe9074095869ecd5ccfe0a1559917d)
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/mx6sabre_common.h4
-rw-r--r--include/configs/mx6sx_arm2.h4
-rw-r--r--include/configs/mx6sxsabreauto.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/include/configs/mx6sabre_common.h b/include/configs/mx6sabre_common.h
index 87cd38a..6e084e0 100644
--- a/include/configs/mx6sabre_common.h
+++ b/include/configs/mx6sabre_common.h
@@ -133,8 +133,8 @@
"bootargs=console=" CONFIG_CONSOLE_DEV ",115200 ubi.mtd=4 " \
"root=ubi0:rootfs rootfstype=ubifs " \
"mtdparts=gpmi-nand:64m(boot),16m(kernel),16m(dtb),-(rootfs)\0"\
- "bootcmd=nand read ${loadaddr} 0x1000000 0x800000;"\
- "nand read ${fdt_addr} 0x2000000 0x100000;"\
+ "bootcmd=nand read ${loadaddr} 0x4000000 0x800000;"\
+ "nand read ${fdt_addr} 0x5000000 0x100000;"\
"bootz ${loadaddr} - ${fdt_addr}\0"
#elif defined(CONFIG_SYS_BOOT_SATA)
diff --git a/include/configs/mx6sx_arm2.h b/include/configs/mx6sx_arm2.h
index 05c4bd1..91a78d9 100644
--- a/include/configs/mx6sx_arm2.h
+++ b/include/configs/mx6sx_arm2.h
@@ -177,8 +177,8 @@
"bootargs=console=ttymxc0,115200 ubi.mtd=3 " \
"root=ubi0:rootfs rootfstype=ubifs " \
"mtdparts=gpmi-nand:64m(boot),16m(kernel),16m(dtb),-(rootfs)\0"\
- "bootcmd=nand read ${loadaddr} 0x1000000 0x800000;"\
- "nand read ${fdt_addr} 0x2000000 0x100000;"\
+ "bootcmd=nand read ${loadaddr} 0x4000000 0x800000;"\
+ "nand read ${fdt_addr} 0x5000000 0x100000;"\
"bootz ${loadaddr} - ${fdt_addr}\0"
#else
diff --git a/include/configs/mx6sxsabreauto.h b/include/configs/mx6sxsabreauto.h
index 326242b..dc1b918 100644
--- a/include/configs/mx6sxsabreauto.h
+++ b/include/configs/mx6sxsabreauto.h
@@ -187,8 +187,8 @@
"bootargs=console=ttymxc0,115200 ubi.mtd=5 " \
"root=ubi0:rootfs rootfstype=ubifs " \
"mtdparts=gpmi-nand:64m(boot),16m(kernel),16m(dtb),-(rootfs)\0"\
- "bootcmd=nand read ${loadaddr} 0x1000000 0x800000;"\
- "nand read ${fdt_addr} 0x2000000 0x100000;"\
+ "bootcmd=nand read ${loadaddr} 0x4000000 0x800000;"\
+ "nand read ${fdt_addr} 0x5000000 0x100000;"\
"bootz ${loadaddr} - ${fdt_addr}\0"
#else