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_XPL_BUILD
12 
13 #endif /* #ifndef CONFIG_XPL_BUILD */
14 #endif /* #ifdef CONFIG_CHAIN_OF_TRUST */
15 #endif
16