mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
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>
This commit is contained in:
parent
6fcbb93180
commit
5fe8433748
@ -10,6 +10,8 @@ if BR2_PACKAGE_UBOOT_TOOLS
|
|||||||
config BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE
|
config BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE
|
||||||
bool "mkimage"
|
bool "mkimage"
|
||||||
help
|
help
|
||||||
|
Install the mkimage tool on the target system
|
||||||
|
|
||||||
The mkimage tool from Das U-Boot bootloader, which allows
|
The mkimage tool from Das U-Boot bootloader, which allows
|
||||||
generation of U-Boot images in various formats.
|
generation of U-Boot images in various formats.
|
||||||
|
|
||||||
@ -41,6 +43,8 @@ endif
|
|||||||
config BR2_PACKAGE_UBOOT_TOOLS_MKENVIMAGE
|
config BR2_PACKAGE_UBOOT_TOOLS_MKENVIMAGE
|
||||||
bool "mkenvimage"
|
bool "mkenvimage"
|
||||||
help
|
help
|
||||||
|
Install the mkenvimage tool on the target system
|
||||||
|
|
||||||
The mkenvimage tool from Das U-Boot bootloader, which allows
|
The mkenvimage tool from Das U-Boot bootloader, which allows
|
||||||
generation of a valid binary environment image from a text file
|
generation of a valid binary environment image from a text file
|
||||||
describing the key=value pairs of the environment.
|
describing the key=value pairs of the environment.
|
||||||
@ -49,13 +53,17 @@ config BR2_PACKAGE_UBOOT_TOOLS_FWPRINTENV
|
|||||||
bool "fw_printenv"
|
bool "fw_printenv"
|
||||||
default y
|
default y
|
||||||
help
|
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
|
bootloader, which allows access to the U-Boot environment
|
||||||
from Linux.
|
from Linux.
|
||||||
|
|
||||||
config BR2_PACKAGE_UBOOT_TOOLS_DUMPIMAGE
|
config BR2_PACKAGE_UBOOT_TOOLS_DUMPIMAGE
|
||||||
bool "dumpimage"
|
bool "dumpimage"
|
||||||
help
|
help
|
||||||
|
Install the dumpimage tool on the target system
|
||||||
|
|
||||||
The dumpimage tool from Das U-Boot bootloader, which allows
|
The dumpimage tool from Das U-Boot bootloader, which allows
|
||||||
extraction of data from U-Boot images.
|
extraction of data from U-Boot images.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user