blob: a757621eae7bfe892fdb6050663e18acae3036bc [file] [log] [blame]
XiaoDong Huang83f79a82019-06-13 10:55:50 +08001/*
2 * Copyright (c) 2019, 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