summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Li <Frank.Li@freescale.com>2014-03-06 04:19:44 +0800
committerFrank Li <Frank.Li@freescale.com>2014-03-06 04:19:44 +0800
commit2ef5af1dfe44e9186a29bf779d2c4fe0aeb12c58 (patch)
tree5f1c83a5a207570798b3b53c2069f03241e755fb
parente2d49dc289a2c00a01d29f7d3eb044c00e504fe2 (diff)
downloadu-boot-imx-2ef5af1dfe44e9186a29bf779d2c4fe0aeb12c58.zip
u-boot-imx-2ef5af1dfe44e9186a29bf779d2c4fe0aeb12c58.tar.gz
u-boot-imx-2ef5af1dfe44e9186a29bf779d2c4fe0aeb12c58.tar.bz2
ENGR00301993 imx6sx: change fdt_addr to 83000000 for mfgtools
mfgtools download dt file to 83000000 mfgtools download initramfs file to 83800000 because initramfs size is big and variable, dt file may overwrited by initramfs if use 84000000 Signed-off-by: Frank Li <Frank.Li@freescale.com>
-rwxr-xr-xinclude/configs/mx6sx_arm2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/mx6sx_arm2.h b/include/configs/mx6sx_arm2.h
index 0e078d3..6caa2b0 100755
--- a/include/configs/mx6sx_arm2.h
+++ b/include/configs/mx6sx_arm2.h
@@ -173,7 +173,7 @@
"fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \
"fdt_file=" CONFIG_DEFAULT_FDT_FILE "\0" \
- "fdt_addr=0x84000000\0" \
+ "fdt_addr=0x83000000\0" \
"boot_fdt=try\0" \
"ip_dyn=yes\0" \
"mmcpart=1\0" \