lib: optee: Remove CONFIG_OPTEE_TZDRAM_BASE
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>
Tue, 7 Sep 2021 17:07:07 +0000 (12:07 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 5 Oct 2021 12:46:56 +0000 (08:46 -0400)
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>
configs/warp7_bl33_defconfig
configs/warp7_defconfig
lib/optee/Kconfig

index d127a4f..246a1ec 100644 (file)
@@ -69,4 +69,3 @@ CONFIG_USB_ETH_CDC=y
 CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
 CONFIG_OF_LIBFDT_OVERLAY=y
 CONFIG_OPTEE_TZDRAM_SIZE=0x02000000
-CONFIG_OPTEE_TZDRAM_BASE=0x9e000000
index 4b339b4..27529dd 100644 (file)
@@ -75,5 +75,4 @@ CONFIG_USB_ETH_CDC=y
 CONFIG_USBNET_HOST_ADDR="de:ad:be:af:00:00"
 CONFIG_OPTEE_LOAD_ADDR=0x84000000
 CONFIG_OPTEE_TZDRAM_SIZE=0x3000000
-CONFIG_OPTEE_TZDRAM_BASE=0x9d000000
 CONFIG_BOOTM_OPTEE=y
index 3072c28..3f8ce49 100644 (file)
@@ -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