diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-10-21 20:09:22 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-10-21 20:09:22 +0000 |
commit | d6c497011bdb3a25f30dffdb828cd31561ab174c (patch) | |
tree | 503303421b2eb0fb93e16205d8ebd129e23e5d0c /target/device/Atmel/u-boot | |
parent | 2f8ef512ed268aa31384d4951fa1e455cf0d3f60 (diff) | |
download | buildroot-novena-d6c497011bdb3a25f30dffdb828cd31561ab174c.tar.gz buildroot-novena-d6c497011bdb3a25f30dffdb828cd31561ab174c.zip |
Disable AVR32 U-Boot until working
Diffstat (limited to 'target/device/Atmel/u-boot')
-rw-r--r-- | target/device/Atmel/u-boot/Config.in | 2 |
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 |