imx_hab_arch.h 304 Bytes
Newer Older
1
2
3
4
5
/*
 * Copyright (C) 2018, ARM Limited and Contributors. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
6
7
#ifndef IMX_HAB_ARCH_H
#define IMX_HAB_ARCH_H
8
9
10
11

/* Define the offset the High Assurance Boot callback table is at */
#define HAB_CALLBACK_OFFSET	0x100

12
#endif /* IMX_HAB_ARCH_H */