Explorar o código

ram: kconfig: s/SPL/TPL/ in TPL_RAM help text

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Jagan Teki %!s(int64=7) %!d(string=hai) anos
pai
achega
93fd5b0ac1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/ram/Kconfig

+ 1 - 1
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.