From patchwork Mon Feb 3 09:32:27 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wen He X-Patchwork-Id: 235801 List-Id: U-Boot discussion From: wen.he_1 at nxp.com (Wen He) Date: Mon, 3 Feb 2020 17:32:27 +0800 Subject: [PATCH] ls1043a: Remove "fdt_high" environment variable Message-ID: <20200203093227.37591-1-wen.he_1@nxp.com> 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 --- 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" \