[U-Boot] [PATCH 1/5] arm: imx: remove bmode , hdmidet and dek commands from SPL
Sven Ebenfeld
sven.ebenfeld at gmail.com
Sun Nov 6 00:22:33 CET 2016
These files are blowing up the SPL and should not be required
there as the SPL delivers no command console.
Signed-off-by: Sven Ebenfeld <sven.ebenfeld at gmail.com>
---
arch/arm/imx-common/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/imx-common/Makefile b/arch/arm/imx-common/Makefile
index 1873185..03b3c12 100644
--- a/arch/arm/imx-common/Makefile
+++ b/arch/arm/imx-common/Makefile
@@ -34,9 +34,11 @@ endif
ifeq ($(SOC),$(filter $(SOC),vf610))
obj-y += ddrmc-vf610.o
endif
+ifneq ($(CONFIG_SPL_BUILD),y)
obj-$(CONFIG_CMD_BMODE) += cmd_bmode.o
obj-$(CONFIG_CMD_HDMIDETECT) += cmd_hdmidet.o
obj-$(CONFIG_CMD_DEKBLOB) += cmd_dek.o
+endif
PLUGIN = board/$(BOARDDIR)/plugin
--
2.7.4
More information about the U-Boot
mailing list