[PATCH 07/18] ram: Support driver model in TPL
Tom Rini
trini at konsulko.com
Wed Sep 4 20:14:17 CEST 2024
On Tue, Aug 27, 2024 at 07:45:26PM -0600, Simon Glass wrote:
> Some boards want to use RAM in TPL so add an option for that.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> drivers/ram/Kconfig | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/drivers/ram/Kconfig b/drivers/ram/Kconfig
> index a64d2dff68d..f7e357f24da 100644
> --- a/drivers/ram/Kconfig
> +++ b/drivers/ram/Kconfig
> @@ -26,6 +26,15 @@ config TPL_RAM
> TPL, enable this option. It might provide a cleaner interface to
> setting up RAM (e.g. SDRAM / DDR) within TPL.
>
> +config VPL_RAM
> + bool "Enable RAM support in VPL"
> + depends on RAM && VPL
Subject and commit say TPL, but this is VPL.
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20240904/3cb4ab5a/attachment.sig>
More information about the U-Boot
mailing list