summaryrefslogtreecommitdiff
path: root/cmd
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-14 23:36:21 -0700
commit189a611fb923c2bdc967905cd67e4dfbf4dad937 (patch)
tree9c049756be7810a6ee1ad2138733c02651d37471 /cmd
parent0fe527d322b736da5facb2e99688aa1b4cbd73cb (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. Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit 36fd8fd0d5f34d69ef9a1a3833f3f052d64a25b3)
Diffstat (limited to 'cmd')
-rw-r--r--cmd/fastboot/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/cmd/fastboot/Kconfig b/cmd/fastboot/Kconfig
index 63b65b6ab9..0dbf306d53 100644
--- a/cmd/fastboot/Kconfig
+++ b/cmd/fastboot/Kconfig
@@ -28,7 +28,6 @@ config CMD_FASTBOOT
config FSL_FASTBOOT
bool "Enable FSL fastboot support"
- select BCB_SUPPORT
help
This enables FSL implementation for Android fastboot.
@@ -45,7 +44,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"