From f417d40fe2f0663c5e98b1e123f6fb982b424450 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Fri, 23 Dec 2016 07:51:52 +0100 Subject: Convert CONFIG_SPL_RAM_DEVICE to defconfig This converts the following to Kconfig: CONFIG_SPL_RAM_DEVICE Signed-off-by: Stefan Agner --- common/spl/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'common/spl') 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 -- cgit v1.1