* [U-Boot] [PATCH] mx6sl: Adjust fdt_addr to avoid address overlapping
@ 2014-01-22 14:23 Fabio Estevam
2014-01-22 14:48 ` Otavio Salvador
2014-02-11 10:18 ` Stefano Babic
0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2014-01-22 14:23 UTC (permalink / raw)
To: u-boot
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(-)
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" \
--
1.8.1.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] mx6sl: Adjust fdt_addr to avoid address overlapping
2014-01-22 14:23 [U-Boot] [PATCH] mx6sl: Adjust fdt_addr to avoid address overlapping Fabio Estevam
@ 2014-01-22 14:48 ` Otavio Salvador
2014-02-11 10:18 ` Stefano Babic
1 sibling, 0 replies; 3+ messages in thread
From: Otavio Salvador @ 2014-01-22 14:48 UTC (permalink / raw)
To: u-boot
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>
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] mx6sl: Adjust fdt_addr to avoid address overlapping
2014-01-22 14:23 [U-Boot] [PATCH] mx6sl: Adjust fdt_addr to avoid address overlapping Fabio Estevam
2014-01-22 14:48 ` Otavio Salvador
@ 2014-02-11 10:18 ` Stefano Babic
1 sibling, 0 replies; 3+ messages in thread
From: Stefano Babic @ 2014-02-11 10:18 UTC (permalink / raw)
To: u-boot
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
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-02-11 10:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-22 14:23 [U-Boot] [PATCH] mx6sl: Adjust fdt_addr to avoid address overlapping Fabio Estevam
2014-01-22 14:48 ` Otavio Salvador
2014-02-11 10:18 ` Stefano Babic
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox