summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-07-24 03:19:46 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-26 01:33:22 (GMT)
commit337cd3f211223719a173a89e4527475ac22e8a01 (patch)
treebbc8a11d7cd54fbf80b6561a7d1faf865e587428 /common
parent91c868fe7cd7c5a7157c5eeca64f89dc2a2ee967 (diff)
downloadu-boot-fsl-qoriq-337cd3f211223719a173a89e4527475ac22e8a01.tar.xz
Convert CONFIG_ENV_IS_IN_REMOTE to Kconfig
This converts the following to Kconfig: CONFIG_ENV_IS_IN_REMOTE Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 86eefa2..947d7f2 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -432,6 +432,21 @@ config ENV_IS_IN_NVRAM
can just be read and written to, without any special
provision.
+config ENV_IS_IN_REMOTE
+ bool "Environment is in remove memory space"
+ depends on !CHAIN_OF_TRUST
+ help
+ Define this if you have a remote memory space which you
+ want to use for the local device's environment.
+
+ - CONFIG_ENV_ADDR:
+ - CONFIG_ENV_SIZE:
+
+ These two #defines specify the address and size of the
+ environment area within the remote memory space. The
+ local device can get the environment from remote memory
+ space by SRIO or PCIE links.
+
config ENV_IS_IN_SPI_FLASH
bool "Environment is in SPI flash"
depends on !CHAIN_OF_TRUST