summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-08-07 23:55:08 -0700
committerYe Li <ye.li@nxp.com>2018-08-08 01:58:14 -0700
commit14e879750b870a47b2a203d277ffedfe1c479bd0 (patch)
tree38cadff82395cc2ca24b761e53b9c263a4fdcd1e
parent06de519a0e0a02e966f622095c9d95c37383638d (diff)
MLK-19132-3 fastboot: Remove CONFIG_BCB_SUPPORT for BSP u-boot
Remove CONFIG_BCB_SUPPORT config from BSP u-boot defconfig files. So that we can eliminate such errors during boot up: can't find partition: misc, dump the partition table idx 0, ptn 0 name='gpt' start=0 len=2048 idx 1, ptn 0 name='tos' start=0 len=2047 idx 2, ptn 0 name='all' start=0 len=7864320 idx 3, ptn 0 name='bootloader' start=2 len=4094 idx 4, ptn 1 name='mmcsdb1' start=20480 len=1024000 idx 5, ptn 2 name='mmcsdb2' start=1228800 len=6635520 cannot get the partion info for misc Cannot find partition 4080 do_raw_read failed, ret 1 read_bootctl, bcb_rw_block read failed read command failed Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 4d282a7a429876f1c1c67754a1d5c7aaaf75bb43)
-rw-r--r--configs/imx8mm_evk_defconfig1
-rw-r--r--configs/imx8mm_evk_fspi_defconfig1
-rw-r--r--configs/imx8qxp_mek_defconfig1
3 files changed, 0 insertions, 3 deletions
diff --git a/configs/imx8mm_evk_defconfig b/configs/imx8mm_evk_defconfig
index 86a251d998..56e6a60b21 100644
--- a/configs/imx8mm_evk_defconfig
+++ b/configs/imx8mm_evk_defconfig
@@ -22,7 +22,6 @@ CONFIG_USB_FUNCTION_FASTBOOT=y
CONFIG_CMD_FASTBOOT=y
CONFIG_ANDROID_BOOT_IMAGE=y
CONFIG_FSL_FASTBOOT=y
-CONFIG_BCB_SUPPORT=y
CONFIG_FASTBOOT_BUF_ADDR=0x42800000
CONFIG_FASTBOOT_BUF_SIZE=0x40000000
CONFIG_FASTBOOT_FLASH=y
diff --git a/configs/imx8mm_evk_fspi_defconfig b/configs/imx8mm_evk_fspi_defconfig
index 4e5c759810..469e12e5c9 100644
--- a/configs/imx8mm_evk_fspi_defconfig
+++ b/configs/imx8mm_evk_fspi_defconfig
@@ -22,7 +22,6 @@ CONFIG_USB_FUNCTION_FASTBOOT=y
CONFIG_CMD_FASTBOOT=y
CONFIG_ANDROID_BOOT_IMAGE=y
CONFIG_FSL_FASTBOOT=y
-CONFIG_BCB_SUPPORT=y
CONFIG_FASTBOOT_BUF_ADDR=0x42800000
CONFIG_FASTBOOT_BUF_SIZE=0x40000000
CONFIG_FASTBOOT_FLASH=y
diff --git a/configs/imx8qxp_mek_defconfig b/configs/imx8qxp_mek_defconfig
index ab10df958d..a818e0cc6b 100644
--- a/configs/imx8qxp_mek_defconfig
+++ b/configs/imx8qxp_mek_defconfig
@@ -22,7 +22,6 @@ CONFIG_USB_FUNCTION_FASTBOOT=y
CONFIG_CMD_FASTBOOT=y
CONFIG_ANDROID_BOOT_IMAGE=y
CONFIG_FSL_FASTBOOT=y
-CONFIG_BCB_SUPPORT=y
CONFIG_FASTBOOT_BUF_ADDR=0x82800000
CONFIG_FASTBOOT_BUF_SIZE=0x40000000
CONFIG_FASTBOOT_FLASH=y