Conor Dooley 4d056a2037 riscv: create a custom CPU implementation for PolarFire SoC
PolarFire SoC needs a custom implementation of top_of_ram(), so stop
using the generic CPU & create a custom CPU instead.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
2025-12-08 12:10:39 +08:00

9 lines
187 B
C

/* SPDX-License-Identifier: GPL-2.0+ */
#ifndef __ASM_RISCV_ARCH_MPFS_CLK_H
#define __ASM_RISCV_ARCH_MPFS_CLK_H
/* Note: This is a placeholder header for driver compilation. */
#endif