diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/spl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/spl.h b/include/spl.h index cf45d411ecb..06dc28362d3 100644 --- a/include/spl.h +++ b/include/spl.h @@ -289,6 +289,9 @@ struct spl_image_info { #if CONFIG_IS_ENABLED(LOAD_FIT) || CONFIG_IS_ENABLED(LOAD_FIT_FULL) void *fdt_addr; #endif +#if defined(CONFIG_BOOTM_OPTEE) && defined(CONFIG_ARM) && !defined(CONFIG_ARM64) + ulong optee_addr; +#endif u32 boot_device; u32 offset; u32 size; |
