aboutsummaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@amd.com>2023-10-25 09:25:37 +0200
committerTom Rini <trini@konsulko.com>2023-10-30 15:32:49 -0400
commit18370f14975ca4abb15cb9700f57d82587e620b4 (patch)
tree4f87ec26a92a88669a1fb30ea637cac3f960c523 /cmd/Kconfig
parent54024c8021ab9ca50927e2c08df1bc95dd63d3f1 (diff)
downloadu-boot-18370f14975ca4abb15cb9700f57d82587e620b4.zip
u-boot-18370f14975ca4abb15cb9700f57d82587e620b4.tar.gz
u-boot-18370f14975ca4abb15cb9700f57d82587e620b4.tar.bz2
Kconfig: Remove all default n/no options
Similar change was done by commit b4c2c151b14b ("Kconfig: Remove all default n/no options") and again sync is required. default n/no doesn't need to be specified. It is default option anyway. Signed-off-by: Michal Simek <michal.simek@amd.com> Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Angelo Dureghello <angelo@kernel-space.org>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 205df2f..60aed2c 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -246,7 +246,6 @@ config CMD_BOOTM_PRE_LOAD
bool "enable pre-load on bootm"
depends on CMD_BOOTM
depends on IMAGE_PRE_LOAD
- default n
help
Enable support of stage pre-load for the bootm command.
This stage allow to check or modify the image provided
@@ -2360,7 +2359,6 @@ config CMD_VIDCONSOLE
config CMD_SELECT_FONT
bool "select font size"
depends on VIDEO
- default n
help
Enabling this will provide 'font' command.
Allows font selection at runtime.
@@ -2880,7 +2878,6 @@ config CMD_UBIFS
config MMC_SPEED_MODE_SET
bool "set speed mode using mmc command"
depends on CMD_MMC
- default n
help
Enable setting speed mode using mmc rescan and mmc dev commands.
The speed mode is provided as the last argument in these commands