summaryrefslogtreecommitdiffstats
path: root/target/device
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-10-21 20:09:22 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-10-21 20:09:22 +0000
commitd6c497011bdb3a25f30dffdb828cd31561ab174c (patch)
tree503303421b2eb0fb93e16205d8ebd129e23e5d0c /target/device
parent2f8ef512ed268aa31384d4951fa1e455cf0d3f60 (diff)
downloadbuildroot-novena-d6c497011bdb3a25f30dffdb828cd31561ab174c.tar.gz
buildroot-novena-d6c497011bdb3a25f30dffdb828cd31561ab174c.zip
Disable AVR32 U-Boot until working
Diffstat (limited to 'target/device')
-rw-r--r--target/device/Atmel/u-boot/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Atmel/u-boot/Config.in b/target/device/Atmel/u-boot/Config.in
index f417483f7..62988ebe4 100644
--- a/target/device/Atmel/u-boot/Config.in
+++ b/target/device/Atmel/u-boot/Config.in
@@ -1,6 +1,6 @@
config BR2_TARGET_UBOOT
bool "Das U-Boot Boot Monitor"
- depends on BR2_TARGET_AT91 || BR2_TARGET_AVR32
+ depends on BR2_TARGET_AT91
depends on !BR2_TARGET_AT91SAM9260PF
default n
help