summaryrefslogtreecommitdiffstats
path: root/boot/u-boot/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard2010-07-26 16:14:41 +0200
committerPeter Korsgaard2010-07-26 16:14:41 +0200
commit3cd5174ed796400a9566c0ea52f3551cba52bfe0 (patch)
treedeef22037d45296d9944b6bf6a6b82fab5902e97 /boot/u-boot/Config.in
parentflex: fix configure cache issue with BR2_NEEDS_GETTEXT (diff)
downloadbuildroot-3cd5174ed796400a9566c0ea52f3551cba52bfe0.tar.gz
buildroot-3cd5174ed796400a9566c0ea52f3551cba52bfe0.tar.xz
buildroot-3cd5174ed796400a9566c0ea52f3551cba52bfe0.zip
u-boot: add Marvell u-boot.kwb support
Marvell boards like the sheevaplug needs a special .kwb image format, so add an option for it similar to how we handle zImage/uImage/.. for the kernel. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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