From: Jagan Teki Date: Fri, 25 Aug 2017 14:46:00 +0000 (+0530) Subject: ram: kconfig: s/SPL/TPL/ in TPL_RAM help text X-Git-Tag: v2017.09-rc3~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93fd5b0ac185fd81d2e2c658a4dad4fc63f1a690;p=platform%2Fkernel%2Fu-boot.git ram: kconfig: s/SPL/TPL/ in TPL_RAM help text Signed-off-by: Jagan Teki --- 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.