fvp_tsp_setup.c 359 B

1234567891011121314151617
  1. /*
  2. * Copyright (c) 2013-2015, ARM Limited and Contributors. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #include <plat/arm/common/plat_arm.h>
  7. #include "../fvp_private.h"
  8. void tsp_early_platform_setup(void)
  9. {
  10. arm_tsp_early_platform_setup();
  11. /* Initialize the platform config for future decision making */
  12. fvp_config_setup();
  13. }