diff options
author | Michal Simek <michal.simek@xilinx.com> | 2021-08-27 08:48:10 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-31 17:47:49 -0400 |
commit | b4c2c151b14b59a2403675526adf666710cade67 (patch) | |
tree | 5a77847b716b361589d1df4ddc77ed3c84f340da /cmd/mvebu | |
parent | 7cfbba36e9f84312afe8cd6d12db4e9e9c1e04b5 (diff) | |
download | u-boot-b4c2c151b14b59a2403675526adf666710cade67.zip u-boot-b4c2c151b14b59a2403675526adf666710cade67.tar.gz u-boot-b4c2c151b14b59a2403675526adf666710cade67.tar.bz2 |
Kconfig: Remove all default n/no options
default n/no doesn't need to be specified. It is default option anyway.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
[trini: Rework FSP_USE_UPD portion]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'cmd/mvebu')
-rw-r--r-- | cmd/mvebu/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/mvebu/Kconfig b/cmd/mvebu/Kconfig index 7c42c75..4afe0bf 100644 --- a/cmd/mvebu/Kconfig +++ b/cmd/mvebu/Kconfig @@ -3,7 +3,6 @@ depends on ARCH_MVEBU config CMD_MVEBU_BUBT bool "bubt" - default n help bubt - Burn a u-boot image to flash For details about bubt command please see the documentation |