summaryrefslogtreecommitdiff
path: root/target/u-boot/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-04-23 13:03:53 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-04-23 13:03:53 +0000
commit5cc50fcb682571acb6e4d05cdff64f281e1be64b (patch)
tree37eed757ccb8fa0eed4496c79289eacc8c8ba58c /target/u-boot/Config.in
parentd3359c93231dae7dc53102436849c448459b65a4 (diff)
u-boot: tools in target (mkimage, fw_printenv and fw_setenv)
Diffstat (limited to 'target/u-boot/Config.in')
-rw-r--r--target/u-boot/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/u-boot/Config.in b/target/u-boot/Config.in
index 66ebaf50a..a01457a47 100644
--- a/target/u-boot/Config.in
+++ b/target/u-boot/Config.in
@@ -70,3 +70,15 @@ config BR2_TARGET_UBOOT_SILENT
help
If the option has been enabled, the output can be
silenced by setting the environment variable "silent".
+
+config BR2_TARGET_UBOOT_TOOL_MKIMAGE
+ bool "mkimage tool in target"
+ depends on BR2_TARGET_UBOOT
+ help
+ Install mkimage tool in target.
+
+config BR2_TARGET_UBOOT_TOOL_ENV
+ bool "fw_printenv tool in target"
+ depends on BR2_TARGET_UBOOT
+ help
+ Install fw_printenv / fw_setenv tools in target.