All of lore.kernel.org
 help / color / mirror / Atom feed
From: Igor Opaniuk <igor.opaniuk@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH v1 1/5] colibri_vf: enable relocation of fdt and initrd
Date: Tue,  4 Feb 2020 22:51:53 +0200	[thread overview]
Message-ID: <20200204205157.19878-1-igor.opaniuk@gmail.com> (raw)

From: Igor Opaniuk <igor.opaniuk@toradex.com>

Remove 'fdt_high' and 'initrd_high' environment variables (set to 0xFFFFFFFF)
from default environment which prevents relocation of FDT and initrd.
Rely on 'bootm_size' value instead to safely relocate kernel, device tree and
initrd.

Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>
---

 include/configs/colibri_vf.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/configs/colibri_vf.h b/include/configs/colibri_vf.h
index 1478ea844e..b03ccaf094 100644
--- a/include/configs/colibri_vf.h
+++ b/include/configs/colibri_vf.h
@@ -51,8 +51,6 @@
 #define MEM_LAYOUT_ENV_SETTINGS \
 	"bootm_size=0x10000000\0" \
 	"fdt_addr_r=0x82000000\0" \
-	"fdt_high=0xffffffff\0" \
-	"initrd_high=0xffffffff\0" \
 	"kernel_addr_r=0x81000000\0" \
 	"pxefile_addr_r=0x87100000\0" \
 	"ramdisk_addr_r=0x82100000\0" \
-- 
2.17.1

             reply	other threads:[~2020-02-04 20:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-04 20:51 Igor Opaniuk [this message]
2020-02-04 20:51 ` [PATCH v1 2/5] colibri_imx7: enable relocation of fdt and initrd Igor Opaniuk
2020-02-05 12:21   ` Oleksandr Suvorov
2020-02-04 20:51 ` [PATCH v1 3/5] apalis_imx6: " Igor Opaniuk
2020-02-05 13:41   ` Oleksandr Suvorov
2020-02-04 20:51 ` [PATCH v1 4/5] colibri-imx6ull: " Igor Opaniuk
2020-02-05 13:41   ` Oleksandr Suvorov
2020-02-04 20:51 ` [PATCH v1 5/5] colibri_imx6: " Igor Opaniuk
2020-02-05 12:22   ` Oleksandr Suvorov
2020-02-05 13:41   ` Oleksandr Suvorov
2020-02-05 12:21 ` [PATCH v1 1/5] colibri_vf: " Oleksandr Suvorov

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=20200204205157.19878-1-igor.opaniuk@gmail.com \
    --to=igor.opaniuk@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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.