summaryrefslogtreecommitdiff
path: root/boot/u-boot/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'boot/u-boot/Config.in')
-rw-r--r--boot/u-boot/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/boot/u-boot/Config.in b/boot/u-boot/Config.in
index d445145eb..ce79a8a5c 100644
--- a/boot/u-boot/Config.in
+++ b/boot/u-boot/Config.in
@@ -57,6 +57,18 @@ config BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR
Most users may leave this empty
+choice
+ prompt "U-Boot binary format"
+
+config BR2_TARGET_UBOOT_FORMAT_BIN
+ bool "u-boot.bin"
+
+config BR2_TARGET_UBOOT_FORMAT_KWB
+ depends on BR2_arm
+ bool "u-boot.kwb (Marvell)"
+
+endchoice
+
config BR2_TARGET_UBOOT_TOOL_MKIMAGE
bool "mkimage tool in target"
help