summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRobby Cai <R63905@freescale.com>2013-09-06 17:46:48 +0800
committerRobby Cai <R63905@freescale.com>2013-09-06 18:55:56 +0800
commit35b01bf4aecc8ad4e657a980d642483987b8fda2 (patch)
treefc1a3e78fa5eaad1201e84bd83c4e349c289a8fb /include
parent66205233ec70baab0709c6f45b6172c75ad8768c (diff)
downloadu-boot-imx-35b01bf4aecc8ad4e657a980d642483987b8fda2.zip
u-boot-imx-35b01bf4aecc8ad4e657a980d642483987b8fda2.tar.gz
u-boot-imx-35b01bf4aecc8ad4e657a980d642483987b8fda2.tar.bz2
ENGR00278575 imx6sl: modify fdt_addr to avoid overlap of image and dtb file
since loadaddr is set to 0x80800000, previous setting for 'fdt_addr' is 0x81000000, the kernel image could be overlapped by dtb file when do decompressing. This patch changes 'fdt_addr' to 0x83000000 to fix it. Signed-off-by: Robby Cai <R63905@freescale.com>
Diffstat (limited to 'include')
-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 48cace6..d5f97cc 100644
--- a/include/configs/mx6slevk.h
+++ b/include/configs/mx6slevk.h
@@ -105,7 +105,7 @@
"fdt_high=0xffffffff\0" \
"initrd_high=0xffffffff\0" \
"fdt_file=imx6sl-evk.dtb\0" \
- "fdt_addr=0x81000000\0" \
+ "fdt_addr=0x83000000\0" \
"boot_fdt=try\0" \
"ip_dyn=yes\0" \
"mmcdev=0\0" \