Hi Igor, On 28/11/19 16:23, Igor Opaniuk wrote: > Hi Stefano, > > On Mon, Oct 14, 2019 at 3:40 PM <[email protected]> wrote: >> >>> From: Igor Opaniuk <[email protected]> >>> Add support for setting linux,usable-memory property in the memory >>> node of device tree for the kernel [1]. >>> This property holds a base address and size, describing a >>> limited region in which memory may be considered available for use by >>> the kernel. Memory outside of this range is not available for use. >>> [1] https://www.kernel.org/doc/Documentation/devicetree/bindings/chosen.txt >>> Signed-off-by: Igor Opaniuk <[email protected]> >>> Signed-off-by: Sanchayan Maity <[email protected]> >>> Signed-off-by: Stefan Agner <[email protected]> >>> Signed-off-by: Igor Opaniuk <[email protected]> >>> Reviewed-by: Oleksandr Suvorov <[email protected]> >> >> Applied to u-boot-imx, master, thanks ! > > Unfortunately I can't find this commit neither in u-boot-imx/next > neither in u-boot-imx/master. >
Added again, and I have found that this breaks all boards where CONFIG_ARCH_FIXUP_FDT_MEMORY is not set. In fact, your new function calls fdt_pack_reg and this is not compiled if the define above is not set. Just ask if it does not make sense to let fdt_pack_reg() be always compiled... Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: [email protected] ===================================================================== _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

