blob: cd604d205cfa59cffc57f5dc370562b966354686 [file] [log] [blame]
tony.xie54973e72017-04-24 16:18:10 +08001/*
2 * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
3 *
dp-armd91aaae2017-05-10 15:16:15 +01004 * SPDX-License-Identifier: BSD-3-Clause
tony.xie54973e72017-04-24 16:18:10 +08005 */
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