Enable fastboot command in user SW

Change-Id: Ic597a4f8e97dcd7dbf7580539206109ae82bd00f
diff --git a/makefile b/makefile
index 7a5bf4b..5dc6dbc 100755
--- a/makefile
+++ b/makefile
@@ -60,9 +60,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
 
 ifeq ($(APPEND_CMDLINE),1)
   CFLAGS += -D_APPEND_CMDLINE=1