[PATCH v7 22/23] arm: stm32mp: spl: fix function with fdt_addr_t input
Simon Glass
sjg at chromium.org
Sat Mar 11 02:37:50 CET 2023
On Fri, 10 Mar 2023 at 08:47, Johan Jonker <jbx6244 at gmail.com> wrote:
>
> The fdt_addr_t and phys_addr_t size have been decoupled.
> A 32bit CPU can expect 64-bit data from the device tree parser,
> so fix ofnode_get_addr_size function with fdt_addr_t input to
> be able to handle both sizes for stm32mp SoC in spl.c file.
>
> Signed-off-by: Johan Jonker <jbx6244 at gmail.com>
> ---
>
> Changed V7:
> remove cast
> ---
> arch/arm/mach-stm32mp/spl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list