]> git.dujemihanovic.xyz Git - u-boot.git/commit
spl: Introduce SoC specific init function
authorLukas Funke <lukas.funke@weidmueller.com>
Wed, 27 Mar 2024 12:11:52 +0000 (13:11 +0100)
committerMichal Simek <michal.simek@amd.com>
Mon, 17 Jun 2024 14:02:29 +0000 (16:02 +0200)
commit52ef6a9cb88f3202871d14e68980ad102d9dc492
tree40b9473a1a222abffdb7f382b9cfaa7a8bd4aa72
parent86c46b99a0e96a7281c153ca78c8e8890967997f
spl: Introduce SoC specific init function

Some architectures use spl_board_init() in their SoC specific
implementation. Board developers should be able to add board specific
implementation via spl_board_init(). Hence, introduce a spl_soc_init()
method which is called right before spl_board_init() for SoC
specific implementation.

Signed-off-by: Lukas Funke <lukas.funke@weidmueller.com>
Reviewed-by: Devarsh Thakkar <devarsht@ti.com>
Link: https://lore.kernel.org/r/20240327121153.2455126-2-lukas.funke-oss@weidmueller.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
common/spl/Kconfig
common/spl/spl.c
include/spl.h