All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wen He <wen.he_1@nxp.com>
To: u-boot@lists.denx.de
Subject: [PATCH] ls1043a: Remove "fdt_high" environment variable
Date: Mon,  3 Feb 2020 17:32:27 +0800	[thread overview]
Message-ID: <20200203093227.37591-1-wen.he_1@nxp.com> (raw)

Remove "fdt_high" environment variable to use the bootm_size(or set
CONFIG_SYS_BOOTMAPSZ) to amount of memory available to safely contain
a kernel, device tree and initrd for relocation.

Signed-off-by: Wen He <wen.he_1@nxp.com>
---
 include/configs/ls1043a_common.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/ls1043a_common.h b/include/configs/ls1043a_common.h
index 1670476..751117b 100644
--- a/include/configs/ls1043a_common.h
+++ b/include/configs/ls1043a_common.h
@@ -234,7 +234,6 @@
 /* Initial environment variables */
 #define CONFIG_EXTRA_ENV_SETTINGS		\
 	"hwconfig=fsl_ddr:bank_intlv=auto\0"	\
-	"fdt_high=0xffffffffffffffff\0"		\
 	"initrd_high=0xffffffffffffffff\0"	\
 	"fdt_addr=0x64f00000\0"		 	\
 	"kernel_addr=0x61000000\0"		\
-- 
2.9.5

             reply	other threads:[~2020-02-03  9:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-03  9:32 Wen He [this message]
2020-02-04  4:13 ` [PATCH] ls1043a: Remove "fdt_high" environment variable Tom Rini
2020-02-26  4:36   ` Priyanka Jain

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=20200203093227.37591-1-wen.he_1@nxp.com \
    --to=wen.he_1@nxp.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.