plat_pmu_macros.S 343 B

123456789101112131415161718
  1. /*
  2. * Copyright (c) 2023, ARM Limited and Contributors. All rights reserved.
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #include <arch.h>
  7. #include <asm_macros.S>
  8. #include <platform_def.h>
  9. .macro func_rockchip_clst_warmboot
  10. /* Nothing to do for rk3568 */
  11. .endm
  12. .macro rockchip_clst_warmboot_data
  13. /* Nothing to do for rk3568 */
  14. .endm