public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v1 2/2] imx: imx8qm_rm7720: adjust fdt_addr
@ 2022-01-26 21:56 Oliver Graute
  2022-02-05 16:39 ` sbabic
  0 siblings, 1 reply; 2+ messages in thread
From: Oliver Graute @ 2022-01-26 21:56 UTC (permalink / raw)
  To: sbabic
  Cc: festevam, peng.fan, sjg, ye.li, uboot-imx, Oliver Graute,
	Oliver Graute, u-boot

The Linux Kernel Image size for arm64 is still growing.
A Kernel with 54 MB at load address 0x80280000 overlaps
with fdt_addr at 0x83000000. So let's increase it to 0x84000000

Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com>
---
 include/configs/imx8qm_rom7720.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/imx8qm_rom7720.h b/include/configs/imx8qm_rom7720.h
index 31d861481f..3c905b1446 100644
--- a/include/configs/imx8qm_rom7720.h
+++ b/include/configs/imx8qm_rom7720.h
@@ -61,7 +61,7 @@
 	"image=Image\0" \
 	"panel=NULL\0" \
 	"console=ttyLP0\0" \
-	"fdt_addr=0x83000000\0"			\
+	"fdt_addr=0x84000000\0"			\
 	"boot_fdt=try\0" \
 	"fdt_file=imx8qm-rom7720-a1.dtb\0" \
 	"initrd_addr=0x83800000\0"		\
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH v1 2/2] imx: imx8qm_rm7720: adjust fdt_addr
  2022-01-26 21:56 [PATCH v1 2/2] imx: imx8qm_rm7720: adjust fdt_addr Oliver Graute
@ 2022-02-05 16:39 ` sbabic
  0 siblings, 0 replies; 2+ messages in thread
From: sbabic @ 2022-02-05 16:39 UTC (permalink / raw)
  To: Oliver Graute, u-boot

> The Linux Kernel Image size for arm64 is still growing.
> A Kernel with 54 MB at load address 0x80280000 overlaps
> with fdt_addr at 0x83000000. So let's increase it to 0x84000000
> Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic@denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-02-05 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-26 21:56 [PATCH v1 2/2] imx: imx8qm_rm7720: adjust fdt_addr Oliver Graute
2022-02-05 16:39 ` sbabic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox