浏览代码

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

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Jagan Teki 7 年之前
父节点
当前提交
93fd5b0ac1
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.