summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorfaqiang.zhu <faqiang.zhu@nxp.com>2018-12-17 13:05:33 +0800
committerfaqiang.zhu <faqiang.zhu@nxp.com>2018-12-20 12:30:29 +0800
commit9da9e76a44ea11a67361225af459a9c80c7153a0 (patch)
treed437662f9ef7af824757aea4c0f2deec1d1a94aa /cmd
parent2ee4bd12140fa9a29ad1a7cb5016b78e4a4077f1 (diff)
MA-13785 remove the fastboot command of ucmd and acmd
To avoid end user executing uboot command through fastboot, the fastboot command of "ucmd" and "acmd" in the uboot to be flashed into non-volatile storage device is removed in this partch. Change-Id: I999b8688a53c2201d02979be68266afc110dfb15 Signed-off-by: faqiang.zhu <faqiang.zhu@nxp.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/fastboot/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/cmd/fastboot/Kconfig b/cmd/fastboot/Kconfig
index 0dbf306d53..a8e9763467 100644
--- a/cmd/fastboot/Kconfig
+++ b/cmd/fastboot/Kconfig
@@ -1,5 +1,12 @@
comment "FASTBOOT"
+config NOT_UUU_BUILD
+ bool "Disable features used by uuu"
+ help
+ This disables the features used by uuu, so that users can't
+ execute u-boot command other than fastboot throuth the fastboot
+ function provided by uuu.
+
menuconfig FASTBOOT
bool "Fastboot support"
depends on USB_GADGET