On 3/27/24 13:11, [email protected] wrote:
From: Lukas Funke <[email protected]>


Currently some vendors use spl_board_init() for their SoC
specific initialization. This prohibits board developers from adding
board init code using said function. This series introduces a new
function in order to separate SoC init code from board init code.


Changes in v3:
  - Rephrase Kconfig description and correct minor typo

Changes in v2:
  - Change spl_arch_init() to spl_soc_init()

Lukas Funke (2):
   spl: Introduce SoC specific init function
   arm64: zynq(mp): Rename spl_board_init() to spl_soc_init()

  arch/arm/Kconfig           | 4 ++--
  arch/arm/mach-zynq/spl.c   | 4 ++--
  arch/arm/mach-zynqmp/spl.c | 4 ++--
  common/spl/Kconfig         | 7 +++++++
  common/spl/spl.c           | 3 +++
  include/spl.h              | 8 ++++++++
  6 files changed, 24 insertions(+), 6 deletions(-)


Applied.
M

Reply via email to