mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-26 16:21:25 +02:00
spl: ram: Add TPL Kconfig symbols
Add TPL config symbols for RAM loading matching the SPL ones. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
49132610d1
commit
d79dfd4519
@ -910,6 +910,20 @@ config TPL_NAND_SUPPORT
|
|||||||
help
|
help
|
||||||
Enable support for NAND in TPL. See SPL_NAND_SUPPORT for details.
|
Enable support for NAND in TPL. See SPL_NAND_SUPPORT for details.
|
||||||
|
|
||||||
|
config TPL_RAM_SUPPORT
|
||||||
|
bool "Support booting from RAM"
|
||||||
|
help
|
||||||
|
Enable booting of an image in RAM. The image can be preloaded or
|
||||||
|
it can be loaded by TPL directly into RAM (e.g. using USB).
|
||||||
|
|
||||||
|
config TPL_RAM_DEVICE
|
||||||
|
bool "Support booting from preloaded image in RAM"
|
||||||
|
depends on TPL_RAM_SUPPORT
|
||||||
|
help
|
||||||
|
Enable booting of an image already loaded in RAM. The image has to
|
||||||
|
be already in memory when TPL takes over, e.g. loaded by the boot
|
||||||
|
ROM.
|
||||||
|
|
||||||
config TPL_SERIAL_SUPPORT
|
config TPL_SERIAL_SUPPORT
|
||||||
bool "Support serial"
|
bool "Support serial"
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user