From 2ef5af1dfe44e9186a29bf779d2c4fe0aeb12c58 Mon Sep 17 00:00:00 2001 From: Frank Li Date: Thu, 6 Mar 2014 04:19:44 +0800 Subject: 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 --- include/configs/mx6sx_arm2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \ -- cgit v1.1