optee: Add CONFIG_OPTEE_LOAD_ADDR
[oweals/u-boot.git] / lib / optee / Kconfig
index a3b733217466142b3fff161ee9bda757626443e8..cc73ec3fb56b6593621c4091d77fca007d2d5062 100644 (file)
@@ -7,6 +7,12 @@ config OPTEE
           OPTEE specific checks before booting an OPTEE image created with
           mkimage.
 
+config OPTEE_LOAD_ADDR
+       hex "OPTEE load address"
+       default 0x00000000
+       help
+         The load address of the bootable OPTEE binary.
+
 config OPTEE_TZDRAM_SIZE
        hex "Amount of Trust-Zone RAM for the OPTEE image"
        depends on OPTEE