Prepare v2024.10
[platform/kernel/u-boot.git] / arch / arm / include / asm / fsl_secure_boot.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3  * Copyright 2015 Freescale Semiconductor, Inc.
4  * Copyright 2017 NXP
5  */
6
7 #ifndef __FSL_SECURE_BOOT_H
8 #define __FSL_SECURE_BOOT_H
9
10 #ifdef CONFIG_CHAIN_OF_TRUST
11 #ifndef CONFIG_SPL_BUILD
12
13 #endif /* #ifndef CONFIG_SPL_BUILD */
14 #endif /* #ifdef CONFIG_CHAIN_OF_TRUST */
15 #endif