blob: 20037496086f344abf20ceec2a188b4543b7611c [file] [log] [blame]
Heiko Stuebner87b9a3c2019-03-14 22:12:04 +01001/*
2 * Copyright (c) 2016, 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.macro func_rockchip_clst_warmboot
12 /* Nothing to do for rk3288 */
13.endm
14
15.macro rockchip_clst_warmboot_data
16 /* Nothing to do for rk3288 */
17.endm