commit | ceb7c92ad2a669964f5ce0228357e6dd7b4f1b45 | [log] [tgz] |
---|---|---|
author | Peter Nordström <pnordstrom@google.com> | Wed Dec 11 11:34:09 2019 -0800 |
committer | Peter Nordström <pnordstrom@google.com> | Wed Dec 11 17:14:56 2019 -0800 |
tree | fa86049a0a5ed761f446ed195612da40d9468c7f | |
parent | b350c778dbf88cb4be25a88a5543c70f5212ecf2 [diff] |
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