1/* 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 18