mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
Correct SPL use of TEE
This converts 1 usage of this option to the non-SPL form, since there is no SPL_TEE defined in Kconfig Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
1744ceb66f
commit
d84855fe82
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ bool tee_shm_is_registered(struct tee_shm *shm, struct udevice *dev);
|
|||
* Returns a probed TEE device of the first TEE device matched by the
|
||||
* match() callback or NULL.
|
||||
*/
|
||||
#if CONFIG_IS_ENABLED(TEE)
|
||||
#if IS_ENABLED(CONFIG_TEE)
|
||||
struct udevice *tee_find_device(struct udevice *start,
|
||||
int (*match)(struct tee_version_data *vers,
|
||||
const void *data),
|
||||
|
|
Loading…
Reference in a new issue