All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oliver Graute <oliver.graute@gmail.com>
To: sbabic@denx.de
Cc: festevam@gmail.com, peng.fan@nxp.com, sjg@chromium.org,
	ye.li@nxp.com, uboot-imx@nxp.com,
	Oliver Graute <oliver.graute@gmail.com>,
	Oliver Graute <oliver.graute@kococonnector.com>,
	u-boot@lists.denx.de
Subject: [PATCH v1 2/2] imx: imx8qm_rm7720: adjust fdt_addr
Date: Wed, 26 Jan 2022 22:56:07 +0100	[thread overview]
Message-ID: <20220126215608.15582-1-oliver.graute@gmail.com> (raw)

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


             reply	other threads:[~2022-01-26 21:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-26 21:56 Oliver Graute [this message]
2022-02-05 16:39 ` [PATCH v1 2/2] imx: imx8qm_rm7720: adjust fdt_addr sbabic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220126215608.15582-1-oliver.graute@gmail.com \
    --to=oliver.graute@gmail.com \
    --cc=festevam@gmail.com \
    --cc=oliver.graute@kococonnector.com \
    --cc=peng.fan@nxp.com \
    --cc=sbabic@denx.de \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    --cc=ye.li@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.