mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 21:06:01 +01:00
ram: sun20i_d1: Only build the driver for SPL
This driver serves no purpose in U-Boot proper, where DRAM is already initialized. Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
parent
a383b9bd4d
commit
c6114b5936
@ -22,9 +22,8 @@ obj-$(CONFIG_IMXRT_SDRAM) += imxrt_sdram.o
|
|||||||
obj-$(CONFIG_RAM_SIFIVE) += sifive/
|
obj-$(CONFIG_RAM_SIFIVE) += sifive/
|
||||||
ifdef CONFIG_XPL_BUILD
|
ifdef CONFIG_XPL_BUILD
|
||||||
obj-$(CONFIG_SPL_STARFIVE_DDR) += starfive/
|
obj-$(CONFIG_SPL_STARFIVE_DDR) += starfive/
|
||||||
endif
|
|
||||||
|
|
||||||
obj-$(CONFIG_DRAM_SUN20I_D1) += sunxi/
|
obj-$(CONFIG_DRAM_SUN20I_D1) += sunxi/
|
||||||
|
endif
|
||||||
|
|
||||||
obj-$(CONFIG_ARCH_OCTEON) += octeon/
|
obj-$(CONFIG_ARCH_OCTEON) += octeon/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user