mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 12:39:22 -04:00
Fix SPL build for non-ARM targets
Signed-off-by: Albert ARIBAUD <albert.u.boot@aribaud.net>
This commit is contained in:
parent
91c038f087
commit
449485948e
@ -79,6 +79,10 @@ COBJS-$(CONFIG_TEGRA_NAND) += tegra_nand.o
|
|||||||
COBJS-$(CONFIG_NAND_OMAP_GPMC) += omap_gpmc.o
|
COBJS-$(CONFIG_NAND_OMAP_GPMC) += omap_gpmc.o
|
||||||
COBJS-$(CONFIG_NAND_PLAT) += nand_plat.o
|
COBJS-$(CONFIG_NAND_PLAT) += nand_plat.o
|
||||||
|
|
||||||
|
else # minimal SPL drivers
|
||||||
|
|
||||||
|
COBJS-$(CONFIG_NAND_FSL_ELBC) += fsl_elbc_spl.o
|
||||||
|
|
||||||
endif # drivers
|
endif # drivers
|
||||||
endif # nand
|
endif # nand
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user