From 06de519a0e0a02e966f622095c9d95c37383638d Mon Sep 17 00:00:00 2001 From: Ye Li Date: Tue, 7 Aug 2018 23:50:34 -0700 Subject: MLK-19132-2 fastboot: Disable BCB_SUPPORT config at default The BCB_SUPPORT is not needed by fastboot to support uuu, change it to disabled at default. Android header file explicitly enables this config, so there is no impact to android. Also remove the CONFIG_BCB_SUPPORT from whilelist, since we already add it in kconfig. Signed-off-by: Ye Li (cherry picked from commit 36fd8fd0d5f34d69ef9a1a3833f3f052d64a25b3) --- cmd/fastboot/Kconfig | 5 +++-- scripts/config_whitelist.txt | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/fastboot/Kconfig b/cmd/fastboot/Kconfig index 3b836334dd..1e9e93f601 100644 --- a/cmd/fastboot/Kconfig +++ b/cmd/fastboot/Kconfig @@ -26,7 +26,6 @@ config ANDROID_BOOT_IMAGE config FSL_FASTBOOT bool "Enable FSL fastboot support" - select BCB_SUPPORT help This enables FSL implementation for Android fastboot. @@ -43,7 +42,9 @@ config CMD_BOOTA This enables the boota command for booting android images. config BCB_SUPPORT - bool + bool "Enable the boot control block support" + help + This enables the boot control block support for android reboot command choice prompt "Android Image Storage select" diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 099d76041c..cc0cf6ef17 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -235,7 +235,6 @@ CONFIG_BAT_CMD CONFIG_BAT_PAIR CONFIG_BAT_RW CONFIG_BAUDRATE -CONFIG_BCB_SUPPORT CONFIG_BCH CONFIG_BCH_CONST_M CONFIG_BCH_CONST_PARAMS -- cgit v1.2.3