Merge "Revert "check make version""
diff --git a/Makefile b/Makefile
index a169f14..f9895ad 100644
--- a/Makefile
+++ b/Makefile
@@ -266,9 +266,6 @@
 UBOOT_VERBOSE ?= $(VERBOSE)
 UBOOT_SRC ?= $(ROOT_DIR)/u-boot
 
-# TODO: deleteme, checking make version on CI server
-$(warning $(shell make --version))
-
 # U-boot doesn't support gcc < 6.0. To avoid compilation failure,
 # we upgrade the active toolchain version for the u-boot build.
 ifeq ($(TOOLCHAIN), gcc-5.1)