config OPTEE | |
bool "Support OPTEE images" | |
help | |
U-Boot can be configured to boot OPTEE images. | |
Selecting this option will enable shared OPTEE library code and | |
enable an OPTEE specific bootm command that will perform additional | |
OPTEE specific checks before booting an OPTEE image created with | |
mkimage. | |
config OPTEE_TZDRAM_SIZE | |
hex "Amount of Trust-Zone RAM for the OPTEE image" | |
depends on OPTEE | |
default 0x3000000 | |
help | |
The size of pre-allocated Trust Zone DRAM to allocate for the OPTEE | |
runtime. |