Re: [PATCH] fdt: Fix bootm_low handling

2024-03-13 Thread Tom Rini
On Sat, Mar 02, 2024 at 11:54:02PM +0100, Marek Vasut wrote: > According to README CFG_SYS_BOOTMAPSZ section, in case both "bootm_low" and > "bootm_size" variables are defined, "bootm_mapsize" variable is not defined > and CFG_SYS_BOOTMAPSZ macro is not defined, all data for the Linux kernel > mus

Re: [PATCH] fdt: Fix bootm_low handling

2024-03-03 Thread Laurent Pinchart
Hi Marek, Thank you for the patch. On Sat, Mar 02, 2024 at 11:54:02PM +0100, Marek Vasut wrote: > According to README CFG_SYS_BOOTMAPSZ section, in case both "bootm_low" and > "bootm_size" variables are defined, "bootm_mapsize" variable is not defined > and CFG_SYS_BOOTMAPSZ macro is not defined,