Commit 189a611fb923c2bdc967905cd67e4dfbf4dad937

Authored by Ye Li
1 parent 0fe527d322

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)

Showing 1 changed file with 3 additions and 2 deletions Side-by-side Diff

cmd/fastboot/Kconfig
... ... @@ -28,7 +28,6 @@
28 28  
29 29 config FSL_FASTBOOT
30 30 bool "Enable FSL fastboot support"
31   - select BCB_SUPPORT
32 31 help
33 32 This enables FSL implementation for Android fastboot.
34 33  
... ... @@ -45,7 +44,9 @@
45 44 This enables the boota command for booting android images.
46 45  
47 46 config BCB_SUPPORT
48   - bool
  47 + bool "Enable the boot control block support"
  48 + help
  49 + This enables the boot control block support for android reboot command
49 50  
50 51 choice
51 52 prompt "Android Image Storage select"