On Thu, 16 Jul 2026 09:37:51 -0500, Bin Liu wrote:
> Commit f43f71012254 ("ram: k3-ddrss: Add support for a partial inline
> ECC region") uses ofnode_get_addr_size() to read memory address and
> size from devicetree using type fdt_addr_t and fdt_size_t. However
> these data types are 32bit if CONFIG_FDT_64BIT is not defined on ARMv7
> build.
>
> So enable CONFIG_FDT_64BIT to retrieve correct 64bit memory address and
> size from devicetree.
>
> [...]
Applied to u-boot/main, thanks!
[1/1] Kconfig: ram: select FDT_64BIT for K3_INLINE_ECC
commit: 1ca41edced1a7213a9d737c1ced772b91181e9ad
--
Tom