u-boot/arch/riscv/cpu/mpfs/Makefile
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

6 lines
89 B
Makefile

# SPDX-License-Identifier: GPL-2.0+
ifneq ($(CONFIG_SPL_BUILD),y)
obj-y += dram.o
endif