diff mbox

[U-Boot,1/5] arm: imx: remove bmode , hdmidet and dek commands from SPL

Message ID 1478388157-93645-2-git-send-email-sven.ebenfeld@gmail.com
State Superseded
Delegated to: Stefano Babic
Headers show

Commit Message

Sven Ebenfeld Nov. 5, 2016, 11:22 p.m. UTC
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@gmail.com>
---
 arch/arm/imx-common/Makefile | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

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