2011-07-18 15:22:13 +02:00
|
|
|
config BR2_PACKAGE_UBOOT_TOOLS
|
|
|
|
bool "u-boot tools"
|
|
|
|
help
|
|
|
|
Companion tools for Das U-Boot bootloader.
|
|
|
|
|
|
|
|
http://www.denx.de/wiki/U-Boot/WebHome
|
|
|
|
|
|
|
|
if BR2_PACKAGE_UBOOT_TOOLS
|
|
|
|
|
|
|
|
config BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE
|
|
|
|
bool "mkimage"
|
|
|
|
help
|
|
|
|
The mkimage tool from Das U-Boot bootloader, which allows
|
|
|
|
generation of U-Boot images in various formats.
|
|
|
|
|
2012-12-20 03:47:17 +01:00
|
|
|
config BR2_PACKAGE_UBOOT_TOOLS_MKENVIMAGE
|
|
|
|
bool "mkenvimage"
|
|
|
|
help
|
|
|
|
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.
|
|
|
|
|
2011-07-18 15:22:13 +02:00
|
|
|
config BR2_PACKAGE_UBOOT_TOOLS_FWPRINTENV
|
|
|
|
bool "fw_printenv"
|
2011-07-19 12:26:27 +02:00
|
|
|
default y
|
2011-07-18 15:22:13 +02:00
|
|
|
help
|
|
|
|
The fw_printenv / fw_setenv tools from Das U-Boot
|
|
|
|
bootloader, which allows access to the U-Boot environment
|
|
|
|
from Linux.
|
|
|
|
|
|
|
|
endif
|