Commit 9af06ef99b07a6ae2f6709bc45fa1b416678bc7e

Authored by Allen Xu
1 parent 306ab0de05

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)

Showing 3 changed files with 6 additions and 6 deletions Side-by-side Diff

include/configs/mx6sabre_common.h
... ... @@ -133,8 +133,8 @@
133 133 "bootargs=console=" CONFIG_CONSOLE_DEV ",115200 ubi.mtd=4 " \
134 134 "root=ubi0:rootfs rootfstype=ubifs " \
135 135 "mtdparts=gpmi-nand:64m(boot),16m(kernel),16m(dtb),-(rootfs)\0"\
136   - "bootcmd=nand read ${loadaddr} 0x1000000 0x800000;"\
137   - "nand read ${fdt_addr} 0x2000000 0x100000;"\
  136 + "bootcmd=nand read ${loadaddr} 0x4000000 0x800000;"\
  137 + "nand read ${fdt_addr} 0x5000000 0x100000;"\
138 138 "bootz ${loadaddr} - ${fdt_addr}\0"
139 139  
140 140 #elif defined(CONFIG_SYS_BOOT_SATA)
include/configs/mx6sx_arm2.h
... ... @@ -177,8 +177,8 @@
177 177 "bootargs=console=ttymxc0,115200 ubi.mtd=3 " \
178 178 "root=ubi0:rootfs rootfstype=ubifs " \
179 179 "mtdparts=gpmi-nand:64m(boot),16m(kernel),16m(dtb),-(rootfs)\0"\
180   - "bootcmd=nand read ${loadaddr} 0x1000000 0x800000;"\
181   - "nand read ${fdt_addr} 0x2000000 0x100000;"\
  180 + "bootcmd=nand read ${loadaddr} 0x4000000 0x800000;"\
  181 + "nand read ${fdt_addr} 0x5000000 0x100000;"\
182 182 "bootz ${loadaddr} - ${fdt_addr}\0"
183 183  
184 184 #else
include/configs/mx6sxsabreauto.h
... ... @@ -187,8 +187,8 @@
187 187 "bootargs=console=ttymxc0,115200 ubi.mtd=5 " \
188 188 "root=ubi0:rootfs rootfstype=ubifs " \
189 189 "mtdparts=gpmi-nand:64m(boot),16m(kernel),16m(dtb),-(rootfs)\0"\
190   - "bootcmd=nand read ${loadaddr} 0x1000000 0x800000;"\
191   - "nand read ${fdt_addr} 0x2000000 0x100000;"\
  190 + "bootcmd=nand read ${loadaddr} 0x4000000 0x800000;"\
  191 + "nand read ${fdt_addr} 0x5000000 0x100000;"\
192 192 "bootz ${loadaddr} - ${fdt_addr}\0"
193 193  
194 194 #else