projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5ec12b
)
ram: kconfig: s/SPL/TPL/ in TPL_RAM help text
author
Jagan Teki
<jagan@amarulasolutions.com>
Fri, 25 Aug 2017 14:46:00 +0000
(20:16 +0530)
committer
Tom Rini
<trini@konsulko.com>
Sat, 26 Aug 2017 18:56:06 +0000
(14:56 -0400)
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/ram/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/ram/Kconfig
b/drivers/ram/Kconfig
index
836be25
..
47969f3
100644
(file)
--- 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
S
PL"
+ bool "Enable RAM support in
T
PL"
depends on RAM && TPL_DM
help
The RAM subsystem adds a small amount of overhead to the image.