mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-12-22 09:51:28 +01:00
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>
9 lines
187 B
C
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
|