1/*
2 * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <arch.h>
8#include <asm_macros.S>
9#include <platform_def.h>
10
11.globl	clst_warmboot_data
12
13.macro	func_rockchip_clst_warmboot
14.endm
15
16.macro rockchip_clst_warmboot_data
17clst_warmboot_data:
18	.rept	PLATFORM_CLUSTER_COUNT
19	.word	0
20	.endr
21.endm
22