[U-Boot] [PATCH] ram: kconfig: s/SPL/TPL/ in TPL_RAM help text

From: Jagan Teki jagan@amarulasolutions.com
Signed-off-by: Jagan Teki jagan@amarulasolutions.com --- drivers/ram/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/ram/Kconfig b/drivers/ram/Kconfig index 836be25..47969f3 100644 --- a/drivers/ram/Kconfig +++ b/drivers/ram/Kconfig @@ -18,7 +18,7 @@ config SPL_RAM setting up RAM (e.g. SDRAM / DDR) within SPL.
config TPL_RAM - bool "Enable RAM support in SPL" + bool "Enable RAM support in TPL" depends on RAM && TPL_DM help The RAM subsystem adds a small amount of overhead to the image.

On Fri, Aug 25, 2017 at 08:16:00PM +0530, Jagannadha Sutradharudu Teki wrote:
From: Jagan Teki jagan@amarulasolutions.com
Signed-off-by: Jagan Teki jagan@amarulasolutions.com
Applied to u-boot/master, thanks!
participants (2)
-
Jagan Teki
-
Tom Rini