bl2_arch_setup.c 470 B

12345678910111213141516
  1. /*
  2. * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #include "../bl2_private.h"
  7. /*******************************************************************************
  8. * Place holder function to perform any Secure SVC specific architectural
  9. * setup. At the moment there is nothing to do.
  10. ******************************************************************************/
  11. void bl2_arch_setup(void)
  12. {
  13. }