diff mbox

[U-Boot] mx6sl: Adjust fdt_addr to avoid address overlapping

Message ID 1390400612-2778-1-git-send-email-festevam@gmail.com
State Accepted
Delegated to: Stefano Babic
Headers show

Commit Message

Fabio Estevam Jan. 22, 2014, 2:23 p.m. UTC
From: Fabio Estevam <fabio.estevam@freescale.com>

Similarly as it was done on commit 6584a1b526 (ARM: mx6: Change the FDT loading
address to avoid overlaping), we need to adjust the fdt_addr in order to be
able to boot FSL 3.10 kernel.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx6slevk.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Otavio Salvador Jan. 22, 2014, 2:48 p.m. UTC | #1
On Wed, Jan 22, 2014 at 12:23 PM, Fabio Estevam <festevam@gmail.com> wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> Similarly as it was done on commit 6584a1b526 (ARM: mx6: Change the FDT loading
> address to avoid overlaping), we need to adjust the fdt_addr in order to be
> able to boot FSL 3.10 kernel.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Good catch, I missed this one :)

Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Stefano Babic Feb. 11, 2014, 10:18 a.m. UTC | #2
On 22/01/2014 15:23, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> Similarly as it was done on commit 6584a1b526 (ARM: mx6: Change the FDT loading
> address to avoid overlaping), we need to adjust the fdt_addr in order to be
> able to boot FSL 3.10 kernel.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---

Applied to u-boot-imx, thanks !

Best regards,
Stefano Babic
diff mbox

Patch

diff --git a/include/configs/mx6slevk.h b/include/configs/mx6slevk.h
index b29f78c..db5607c 100644
--- a/include/configs/mx6slevk.h
+++ b/include/configs/mx6slevk.h
@@ -81,7 +81,7 @@ 
 	"fdt_high=0xffffffff\0" \
 	"initrd_high=0xffffffff\0" \
 	"fdt_file=imx6sl-evk.dtb\0" \
-	"fdt_addr=0x81000000\0" \
+	"fdt_addr=0x88000000\0" \
 	"boot_fdt=try\0" \
 	"ip_dyn=yes\0" \
 	"mmcdev=0\0" \