Config.in 565 B

123456789101112131415161718192021222324
  1. config BR2_PACKAGE_UBOOT_TOOLS
  2. bool "u-boot tools"
  3. help
  4. Companion tools for Das U-Boot bootloader.
  5. http://www.denx.de/wiki/U-Boot/WebHome
  6. if BR2_PACKAGE_UBOOT_TOOLS
  7. config BR2_PACKAGE_UBOOT_TOOLS_MKIMAGE
  8. bool "mkimage"
  9. help
  10. The mkimage tool from Das U-Boot bootloader, which allows
  11. generation of U-Boot images in various formats.
  12. config BR2_PACKAGE_UBOOT_TOOLS_FWPRINTENV
  13. bool "fw_printenv"
  14. default y
  15. help
  16. The fw_printenv / fw_setenv tools from Das U-Boot
  17. bootloader, which allows access to the U-Boot environment
  18. from Linux.
  19. endif