1/* 2 * Copyright (c) 2023, 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 10#include <platform_def.h> 11 12.macro func_rockchip_clst_warmboot 13 /* Nothing to do for rk3568 */ 14.endm 15 16.macro rockchip_clst_warmboot_data 17 /* Nothing to do for rk3568 */ 18.endm 19