summaryrefslogtreecommitdiffstats
path: root/boot/u-boot/Config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-02-07 00:49:11 -0500
committerPeter Korsgaard <jacmet@sunsite.dk>2011-02-07 14:29:19 +0100
commit871db074b133908cb59480da37626199a00704fd (patch)
tree38f3e0d21297bcc45f0ce5c4c3a2606341b21d27 /boot/u-boot/Config.in
parentfebe322d273e1f9538aa124861badc0df2e52742 (diff)
downloadbuildroot-novena-871db074b133908cb59480da37626199a00704fd.tar.gz
buildroot-novena-871db074b133908cb59480da37626199a00704fd.zip
initial support for Blackfin processors
[Peter: don't allow MMU on bfin] Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/u-boot/Config.in')
-rw-r--r--boot/u-boot/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/boot/u-boot/Config.in b/boot/u-boot/Config.in
index 60aeb1a91..78c03ffb8 100644
--- a/boot/u-boot/Config.in
+++ b/boot/u-boot/Config.in
@@ -75,6 +75,10 @@ config BR2_TARGET_UBOOT_FORMAT_KWB
depends on BR2_arm
bool "u-boot.kwb (Marvell)"
+config BR2_TARGET_UBOOT_FORMAT_LDR
+ depends on BR2_bfin
+ bool "u-boot.ldr"
+
endchoice
config BR2_TARGET_UBOOT_TOOL_MKIMAGE