summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-12-23 06:51:52 (GMT)
committerTom Rini <trini@konsulko.com>2017-01-14 21:46:26 (GMT)
commitf417d40fe2f0663c5e98b1e123f6fb982b424450 (patch)
tree55e27578f7ead2594fe17dec641999984b711333 /common
parent4ac19bae2d1914b1612c720c71442f77aff331de (diff)
downloadu-boot-fsl-qoriq-f417d40fe2f0663c5e98b1e123f6fb982b424450.tar.xz
Convert CONFIG_SPL_RAM_DEVICE to defconfig
This converts the following to Kconfig: CONFIG_SPL_RAM_DEVICE Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'common')
-rw-r--r--common/spl/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig
index cba51f5..ea084f4 100644
--- a/common/spl/Kconfig
+++ b/common/spl/Kconfig
@@ -449,6 +449,15 @@ config SPL_POWER_SUPPORT
in drivers/power, drivers/power/pmic and drivers/power/regulator
as part of an SPL build.
+config SPL_RAM_DEVICE
+ bool "Support booting from preloaded image in RAM"
+ depends on SPL
+ default y if MICROBLAZE || ARCH_SOCFPGA || TEGRA || ARCH_ZYNQ
+ help
+ Enable booting of an image already loaded in RAM. The image has to
+ be already in memory when SPL takes over, e.g. loaded by the boot
+ ROM.
+
config SPL_SATA_SUPPORT
bool "Support loading from SATA"
depends on SPL