summaryrefslogtreecommitdiff
path: root/include/configs/mx6slevk.h
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2016-02-24 22:01:07 +0800
committerYe Li <ye.li@nxp.com>2017-04-05 14:04:36 +0800
commit1e71109ab3c0483b739b0c9be85643c2b8462523 (patch)
tree516ccb90d380a656763b79166343ea6ec9ce5788 /include/configs/mx6slevk.h
parentb18995387375111011612aa1e47d203733d16d14 (diff)
downloadu-boot-imx-1e71109ab3c0483b739b0c9be85643c2b8462523.zip
u-boot-imx-1e71109ab3c0483b739b0c9be85643c2b8462523.tar.gz
u-boot-imx-1e71109ab3c0483b739b0c9be85643c2b8462523.tar.bz2
MLK-12444-2 mx6: Modify kernel and fdt load address to align with mfgtool
Change the CONFIG_LOADADDR to 0x80800000 and environment variable "fdt_addr" to 0x83000000 for i.MX6SX, i.MX6SL and i.MX6UL to align the address used in mfgtool. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 41a6f612f6ae638ac6db61c60e19dcfebf052820)
Diffstat (limited to 'include/configs/mx6slevk.h')
-rw-r--r--include/configs/mx6slevk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h
index f99ad44..d9ae9a4 100644
--- a/include/configs/mx6slevk.h
+++ b/include/configs/mx6slevk.h
@@ -70,7 +70,7 @@
"fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \
"fdt_file=imx6sl-evk.dtb\0" \
- "fdt_addr=0x88000000\0" \
+ "fdt_addr=0x83000000\0" \
"boot_fdt=try\0" \
"ip_dyn=yes\0" \
"mmcdev=1\0" \