[PATCH 2/5] of_live: support in SPL
Tom Rini
trini at konsulko.com
Mon Apr 6 16:20:30 CEST 2026
On Sat, Apr 04, 2026 at 01:18:17AM +0200, michael.srba at seznam.cz wrote:
> From: Michael Srba <Michael.Srba at seznam.cz>
>
> Add CONFIG_SPL_OF_LIVE and if set, initialize of_live in spl.c
>
> Signed-off-by: Michael Srba <Michael.Srba at seznam.cz>
[snip]
> diff --git a/dts/Kconfig b/dts/Kconfig
> index af8d30b45ab..f3472c9c0e8 100644
> --- a/dts/Kconfig
> +++ b/dts/Kconfig
> @@ -86,6 +86,11 @@ config OF_LIVE
> enables a live tree which is available after relocation,
> and can be adjusted as needed.
>
> +config SPL_OF_LIVE
> + bool "Enable use of a live tree in SPL"
> + depends on SPL_DM && SPL_OF_CONTROL
> +
> +
Extra blank space, and we should have a minimal "help" entry here,
thanks.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20260406/ed615e1b/attachment.sig>
More information about the U-Boot
mailing list