1 /* 2 * Copyright (c) 2019, Arm Limited. All rights reserved. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #include <plat/arm/common/plat_arm.h> 8 #include <plat/common/platform.h> 9 10 /******************************************************************************* 11 * Perform any BL1 specific platform actions. 12 ******************************************************************************/ 13 void bl1_early_platform_setup(void) 14 { 15 arm_bl1_early_platform_setup(); 16 } 17