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 15:52:57 +0800
commitb053775c03629d4b96e865ce66db89ebce643e91 (patch)
treea7bcb042499d7e9282a83119815bc9e89b330447 /cmd
parent9a3d4a6b8470980c4d4f938619a9d34a9282a69c (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