diff options
| author | Ralph Siemsen <[email protected]> | 2023-05-12 21:36:56 -0400 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2023-05-13 04:01:30 +0200 |
| commit | e87c869db3620c9b03b4364e144c19387d7bfd7a (patch) | |
| tree | 2120eb02e55e5ddc1c84ba24c45eecbc10e4c4ec /drivers/ram/Makefile | |
| parent | 2156327846d64ab200e904387623cd9d7bbfc84f (diff) | |
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 <[email protected]>
Reviewed-by: Marek Vasut <[email protected]>
Diffstat (limited to 'drivers/ram/Makefile')
| -rw-r--r-- | drivers/ram/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |
