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 <[email protected]> > --- > > 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
signature.asc
Description: PGP signature

