summaryrefslogtreecommitdiffstats
path: root/rules/u-boot-tools.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/u-boot-tools.in')
-rw-r--r--rules/u-boot-tools.in10
1 files changed, 1 insertions, 9 deletions
diff --git a/rules/u-boot-tools.in b/rules/u-boot-tools.in
index b02ded509..76ed28a04 100644
--- a/rules/u-boot-tools.in
+++ b/rules/u-boot-tools.in
@@ -5,18 +5,10 @@ menuconfig U_BOOT_TOOLS
prompt "u-boot-tools "
help
some helpful tools from U-Boot project. Most important tool in
- this section is mkimage to generate U-Boot boot images.
+ this section is fw_printenv/fw_setenv to read/write U-Boot settings.
if U_BOOT_TOOLS
-config U_BOOT_TOOLS_TOOL_MKIMAGE
- tristate
- default y
- prompt "mkimage"
- help
- the U-Boot mkimage command is used to create boot images for
- the U-Boot bootloader.
-
config U_BOOT_TOOLS_TOOL_ENV
tristate
default n