Enable booting into fastboot from mendel and fastboot

Change-Id: I93eeddba3e366751d235b9b79dedbf521d1bebf2
diff --git a/board/freescale/imx8mq_phanbell/imx8mq_phanbell.c b/board/freescale/imx8mq_phanbell/imx8mq_phanbell.c
index eeba630..68b1755 100644
--- a/board/freescale/imx8mq_phanbell/imx8mq_phanbell.c
+++ b/board/freescale/imx8mq_phanbell/imx8mq_phanbell.c
@@ -271,4 +271,10 @@
 	return 0; /*TODO*/
 }
 #endif /*CONFIG_ANDROID_RECOVERY*/
+
+int fastboot_set_reboot_flag()
+{
+  // Nothing needs to be done for phanbell
+  return 0;
+}
 #endif /*CONFIG_FSL_FASTBOOT*/
diff --git a/configs/imx8mq_phanbell_defconfig b/configs/imx8mq_phanbell_defconfig
index 4e3b6a6..2698edb 100644
--- a/configs/imx8mq_phanbell_defconfig
+++ b/configs/imx8mq_phanbell_defconfig
@@ -60,7 +60,7 @@
 CONFIG_FASTBOOT=y
 CONFIG_USB_FUNCTION_FASTBOOT=y
 CONFIG_CMD_FASTBOOT=y
-#CONFIG_ANDROID_BOOT_IMAGE=y
+CONFIG_BCB_SUPPORT=y
 CONFIG_FASTBOOT_UUU_SUPPORT=y
 CONFIG_FASTBOOT_BUF_ADDR=0x42800000
 CONFIG_FASTBOOT_BUF_SIZE=0x40000000