diff options
Diffstat (limited to 'target/u-boot/Config.in')
-rw-r--r-- | target/u-boot/Config.in | 12 |
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. |