mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 22:36:05 +00:00
ram: Support driver model in VPL
Some boards want to use RAM in VPL so add an option for that. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
cb75110137
commit
752fb69af6
1 changed files with 9 additions and 0 deletions
|
@ -26,6 +26,15 @@ config TPL_RAM
|
||||||
TPL, enable this option. It might provide a cleaner interface to
|
TPL, enable this option. It might provide a cleaner interface to
|
||||||
setting up RAM (e.g. SDRAM / DDR) within TPL.
|
setting up RAM (e.g. SDRAM / DDR) within TPL.
|
||||||
|
|
||||||
|
config VPL_RAM
|
||||||
|
bool "Enable RAM support in VPL"
|
||||||
|
depends on RAM && VPL
|
||||||
|
help
|
||||||
|
The RAM subsystem adds a small amount of overhead to the image.
|
||||||
|
If this is acceptable and you have a need to use RAM drivers in
|
||||||
|
VPL, enable this option. It might provide a cleaner interface to
|
||||||
|
setting up RAM (e.g. SDRAM / DDR) within VPL.
|
||||||
|
|
||||||
config STM32_SDRAM
|
config STM32_SDRAM
|
||||||
bool "Enable STM32 SDRAM support"
|
bool "Enable STM32 SDRAM support"
|
||||||
depends on RAM
|
depends on RAM
|
||||||
|
|
Loading…
Add table
Reference in a new issue