diff options
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2021-09-07 12:07:07 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-10-05 08:46:56 -0400 |
commit | 1ab968b2fb1d63c49943450bfff14d18c0f54705 (patch) | |
tree | b01cf523b320231d49c4c6b3e6a623d42b6621ce /lib/optee | |
parent | 26fc66709c0de7732a12fd59dbce5a83eb454bae (diff) | |
download | u-boot-1ab968b2fb1d63c49943450bfff14d18c0f54705.tar.gz u-boot-1ab968b2fb1d63c49943450bfff14d18c0f54705.tar.bz2 u-boot-1ab968b2fb1d63c49943450bfff14d18c0f54705.zip |
lib: optee: Remove CONFIG_OPTEE_TZDRAM_BASE
It is no longer used in u-boot. Information about the TZDRAM location
is usually available in the devicetree as "/reserved-memory/" nodes.
Because this isn't used, remove it.
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'lib/optee')
-rw-r--r-- | lib/optee/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/optee/Kconfig b/lib/optee/Kconfig index 3072c28912..3f8ce49678 100644 --- a/lib/optee/Kconfig +++ b/lib/optee/Kconfig @@ -26,14 +26,6 @@ config OPTEE_TZDRAM_SIZE The size of pre-allocated Trust Zone DRAM to allocate for the OPTEE runtime. -config OPTEE_TZDRAM_BASE - hex "Base address of Trust-Zone RAM for the OPTEE image" - default 0x00000000 - depends on OPTEE_LIB - help - The base address of pre-allocated Trust Zone DRAM for - the OPTEE runtime. - config BOOTM_OPTEE bool "Support OPTEE bootm command" select BOOTM_LINUX |