Re: [PATCH v4 2/4] ARM: stm32: Factor out save_boot_params

2023-01-13 Thread Patrice CHOTARD
On 1/12/23 18:58, Marek Vasut wrote: > The STM32MP15xx platform currently comes with two incompatible > implementations of save_boot_params() weak function override. > Factor the save_boot_params() implementation into common cpu.c > code and provide accessors to read out both ROM API table addre

[PATCH v4 2/4] ARM: stm32: Factor out save_boot_params

2023-01-12 Thread Marek Vasut
The STM32MP15xx platform currently comes with two incompatible implementations of save_boot_params() weak function override. Factor the save_boot_params() implementation into common cpu.c code and provide accessors to read out both ROM API table address and DT address from any place in the code ins