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 /boot/uboot/Config.in | |
parent | 1dfc43cced8d30984687950beca6448203fb576d (diff) | |
download | buildroot-novena-7a2fa1f8db5c2e627a4b939862af5f938fcfc359.tar.gz buildroot-novena-7a2fa1f8db5c2e627a4b939862af5f938fcfc359.zip |
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 'boot/uboot/Config.in')
-rw-r--r-- | boot/uboot/Config.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/boot/uboot/Config.in b/boot/uboot/Config.in index 070533efd..a0b2bfc87 100644 --- a/boot/uboot/Config.in +++ b/boot/uboot/Config.in @@ -91,11 +91,6 @@ config BR2_TARGET_UBOOT_FORMAT_LDR endchoice -config BR2_TARGET_UBOOT_TOOL_ENV - bool "fw_printenv tool in target" - help - Install fw_printenv / fw_setenv tools in target. - menuconfig BR2_TARGET_UBOOT_NETWORK bool "Network Settings" default y |