diff options
| author | Carlos Santos <casantos@datacom.ind.br> | 2016-06-01 11:39:40 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-06-01 16:53:29 +0200 |
| commit | 5fe84337485db5e556c962094019169ed9358bc1 (patch) | |
| tree | 86e6dd95c7adf49d774ce233b077deb2ffff3849 | |
| parent | 6fcbb93180595d41be91433902063a73ad82b56e (diff) | |
| download | buildroot-5fe84337485db5e556c962094019169ed9358bc1.tar.gz buildroot-5fe84337485db5e556c962094019169ed9358bc1.zip | |
uboot-tools: improve the help text of existing options
Improve the descriptions of the knobs to install mkimage, mkenvimage,
dumpimage, fw_printenv and fw_setenv.
Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
| -rw-r--r-- | package/uboot-tools/Config.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/package/uboot-tools/Config.in b/package/uboot-tools/Config.in index aca310bfe3..76983f417d 100644 --- a/package/uboot-tools/Config.in +++ b/package/uboot-tools/Config.in @@ -10,6 +10,8 @@ if BR2_PACKAGE_UBOOT_TOOLS config BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE bool "mkimage" help + Install the mkimage tool on the target system + The mkimage tool from Das U-Boot bootloader, which allows generation of U-Boot images in various formats. @@ -41,6 +43,8 @@ endif config BR2_PACKAGE_UBOOT_TOOLS_MKENVIMAGE bool "mkenvimage" help + Install the mkenvimage tool on the target system + The mkenvimage tool from Das U-Boot bootloader, which allows generation of a valid binary environment image from a text file describing the key=value pairs of the environment. @@ -49,13 +53,17 @@ config BR2_PACKAGE_UBOOT_TOOLS_FWPRINTENV bool "fw_printenv" default y help - The fw_printenv / fw_setenv tools from Das U-Boot + Install the fw_printenv / fw_setenv tools on the target system + + The fw_printenv and fw_setenv tools from Das U-Boot bootloader, which allows access to the U-Boot environment from Linux. config BR2_PACKAGE_UBOOT_TOOLS_DUMPIMAGE bool "dumpimage" help + Install the dumpimage tool on the target system + The dumpimage tool from Das U-Boot bootloader, which allows extraction of data from U-Boot images. |

