Merge "FP2-272: Enable fastboot in all mode(user,userdebug,eng)" into fp2-dev
diff --git a/makefile b/makefile
index 4f8f53e..dd4675d 100644
--- a/makefile
+++ b/makefile
@@ -58,9 +58,9 @@
   CFLAGS += -D_SIGNED_KERNEL=1
 endif
 
-ifeq ($(TARGET_BUILD_VARIANT),user)
-  CFLAGS += -DDISABLE_FASTBOOT_CMDS=1
-endif
+#ifeq ($(TARGET_BUILD_VARIANT),user)
+#  CFLAGS += -DDISABLE_FASTBOOT_CMDS=1
+#endif
 
 # setup toolchain prefix
 TOOLCHAIN_PREFIX ?= arm-eabi-