commit | 43619127720c98fa3e2d701d3848902390ba7adf | [log] [tgz] |
---|---|---|
author | Jagan Teki <jagan@amarulasolutions.com> | Fri Aug 25 20:16:00 2017 +0530 |
committer | Tom Rini <trini@konsulko.com> | Sat Aug 26 14:56:06 2017 -0400 |
tree | 9d83921fe4960b5ae26ed1d715015cedba1b0fef | |
parent | f273c97230a25c4eba72a909b8627de811ab17f9 [diff] |
ram: kconfig: s/SPL/TPL/ in TPL_RAM help text Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
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 @@ 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.