imx_hab_arch.h 304 B

123456789101112
  1. /*
  2. * Copyright (C) 2018, ARM Limited and Contributors. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef IMX_HAB_ARCH_H
  7. #define IMX_HAB_ARCH_H
  8. /* Define the offset the High Assurance Boot callback table is at */
  9. #define HAB_CALLBACK_OFFSET 0x100
  10. #endif /* IMX_HAB_ARCH_H */