From e87c869db3620c9b03b4364e144c19387d7bfd7a Mon Sep 17 00:00:00 2001 From: Ralph Siemsen Date: Fri, 12 May 2023 21:36:56 -0400 Subject: board: schneider: add RZN1 board support Add support for Schneider Electric RZ/N1D and RZ/N1S boards, which are based on the Reneasas RZ/N1 SoC devices. The intention is to support both boards using a single defconfig, and to handle the differences at runtime. Signed-off-by: Ralph Siemsen Reviewed-by: Marek Vasut --- drivers/ram/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/ram/Makefile') diff --git a/drivers/ram/Makefile b/drivers/ram/Makefile index b281129f89d..6eb1a241359 100644 --- a/drivers/ram/Makefile +++ b/drivers/ram/Makefile @@ -25,4 +25,5 @@ obj-$(CONFIG_SPL_STARFIVE_DDR) += starfive/ endif obj-$(CONFIG_ARCH_OCTEON) += octeon/ +obj-$(CONFIG_ARCH_RMOBILE) += renesas/ obj-$(CONFIG_CADENCE_DDR_CTRL) += cadence/ -- cgit v1.3.1