bl1_arch_setup.c 414 B

123456789101112131415
  1. /*
  2. * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #include "../bl1_private.h"
  7. /*******************************************************************************
  8. * TODO: Function that does the first bit of architectural setup.
  9. ******************************************************************************/
  10. void bl1_arch_setup(void)
  11. {
  12. }