1config BR2_PACKAGE_HOST_OMAP_U_BOOT_UTILS 2 bool "host omap-u-boot-utils" 3 depends on BR2_arm || BR2_armeb 4 help 5 U-Boot Utilities for Texas Instrument's OMAP platforms. 6 This is a set of tools to control U-Boot from scripts, 7 generate OMAP-specific signed image files and more. 8 9 https://github.com/nmenon/omap-u-boot-utils 10