blob: 8b45af85b99af0e72efde960750a5ae9c2f11825 [file] [log] [blame]
Usama Arif82e95092019-06-18 16:46:05 +01001/*
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
9void plat_arm_sp_min_early_platform_setup(u_register_t arg0, u_register_t arg1,
10 u_register_t arg2, u_register_t arg3)
11{
12 arm_sp_min_early_platform_setup((void *)arg0, arg1, arg2, (void *)arg3);
13}
14
15/*
16 * A5DS will only have one always-on power domain and there
17 * is no power control present.
18 */
19void plat_arm_pwrc_setup(void)
20{
21}
22