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.
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.
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.