summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYe Li <ye.li@nxp.com>2018-08-07 23:50:34 -0700
committerYe Li <ye.li@nxp.com>2018-08-08 01:58:14 -0700
commit06de519a0e0a02e966f622095c9d95c37383638d (patch)
tree67d354e95e741ce6eafa000ae2eac4540a2a17ed
parent46283bf0895462b746bdca864794d5fba8230693 (diff)
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 <ye.li@nxp.com> (cherry picked from commit 36fd8fd0d5f34d69ef9a1a3833f3f052d64a25b3)
-rw-r--r--cmd/fastboot/Kconfig5
-rw-r--r--scripts/config_whitelist.txt1
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