
6 Nov
2016
6 Nov
'16
12:22 a.m.
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 --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