digsy_mtc: move board into vendor dir and add vendor logo

Signed-off-by: Anatolij Gustschin <agust@denx.de>
diff --git a/tools/Makefile b/tools/Makefile
index 97f83f8..de96e34 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -129,6 +129,9 @@
 ifeq ($(VENDOR),syteco)
 LOGO_BMP= logos/syteco.bmp
 endif
+ifeq ($(VENDOR),intercontrol)
+LOGO_BMP= logos/intercontrol.bmp
+endif
 
 # now $(obj) is defined
 HOSTSRCS += $(addprefix $(SRCTREE)/,$(EXT_OBJ_FILES-y:.o=.c))