diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-18 15:22:13 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-18 15:27:52 +0200 |
commit | 7a2fa1f8db5c2e627a4b939862af5f938fcfc359 (patch) | |
tree | 493a2520b34487f2c983b69a2f6775784d6ad9cf /package/uboot-mkimage/Config.in | |
parent | 1dfc43cced8d30984687950beca6448203fb576d (diff) |
uboot-tools: add fw_printenv, rename to uboot-tools
Move fw_printenv / fw_setenv options from the uboot bootloader build to
the uboot-mkimage package, and rename it to uboot-tools.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/uboot-mkimage/Config.in')
-rw-r--r-- | package/uboot-mkimage/Config.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/uboot-mkimage/Config.in b/package/uboot-mkimage/Config.in deleted file mode 100644 index e1dec5379..000000000 --- a/package/uboot-mkimage/Config.in +++ /dev/null @@ -1,7 +0,0 @@ -config BR2_PACKAGE_UBOOT_MKIMAGE - bool "uboot-mkimage" - help - The mkimage tool from Das U-Boot bootloader, which allows - generation of U-Boot images in various formats. - - http://www.denx.de/wiki/U-Boot/WebHome |