Re: [PATCH] ARM: dts: imx6-dhcom: Remove fdt_high and initrd_high env variables

2024-10-18 Thread Fabio Estevam
On Tue, Oct 15, 2024 at 8:45 PM Marek Vasut wrote: > > Remove both "fdt_high" and "initrd_high" environment variables > in favor of "bootm_size" to safely contain a kernel, device tree > and initrd for relocation inside of 256 MiB region of DRAM. > > Signed-off-by: Marek Vasut Applied, thanks.

Re: [PATCH] ARM: dts: imx6-dhcom: Remove fdt_high and initrd_high env variables

2024-10-16 Thread Fabio Estevam
On Tue, Oct 15, 2024 at 8:45 PM Marek Vasut wrote: > > Remove both "fdt_high" and "initrd_high" environment variables > in favor of "bootm_size" to safely contain a kernel, device tree > and initrd for relocation inside of 256 MiB region of DRAM. > > Signed-off-by: Marek Vasut Reviewed-by: Fabio

[PATCH] ARM: dts: imx6-dhcom: Remove fdt_high and initrd_high env variables

2024-10-15 Thread Marek Vasut
Remove both "fdt_high" and "initrd_high" environment variables in favor of "bootm_size" to safely contain a kernel, device tree and initrd for relocation inside of 256 MiB region of DRAM. Signed-off-by: Marek Vasut --- Cc: Andreas Geisreiter Cc: Christoph Niedermaier Cc: Fabio Estevam Cc: Mare