On Fri, 10 Mar 2023 at 08:47, Johan Jonker <jbx6...@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 <jbx6...@gmail.com> > --- > > Changed V7: > remove cast > --- > arch/arm/mach-stm32mp/spl.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <s...@chromium.org>