mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 15:41:40 +00:00
ram: kconfig: s/SPL/TPL/ in TPL_RAM help text
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
This commit is contained in:
parent
e5ec12bbe1
commit
93fd5b0ac1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ config SPL_RAM
|
||||||
setting up RAM (e.g. SDRAM / DDR) within SPL.
|
setting up RAM (e.g. SDRAM / DDR) within SPL.
|
||||||
|
|
||||||
config TPL_RAM
|
config TPL_RAM
|
||||||
bool "Enable RAM support in SPL"
|
bool "Enable RAM support in TPL"
|
||||||
depends on RAM && TPL_DM
|
depends on RAM && TPL_DM
|
||||||
help
|
help
|
||||||
The RAM subsystem adds a small amount of overhead to the image.
|
The RAM subsystem adds a small amount of overhead to the image.
|
||||||
|
|
Loading…
Reference in a new issue