diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-12-23 07:51:52 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-14 16:46:26 -0500 |
commit | f417d40fe2f0663c5e98b1e123f6fb982b424450 (patch) | |
tree | 55e27578f7ead2594fe17dec641999984b711333 /common | |
parent | 4ac19bae2d1914b1612c720c71442f77aff331de (diff) | |
download | u-boot-imx-f417d40fe2f0663c5e98b1e123f6fb982b424450.zip u-boot-imx-f417d40fe2f0663c5e98b1e123f6fb982b424450.tar.gz u-boot-imx-f417d40fe2f0663c5e98b1e123f6fb982b424450.tar.bz2 |
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/Kconfig | 9 |
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 |