diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-11-29 22:00:29 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-11-29 22:00:29 +0000 |
commit | 1158bc9a25dcea01c1aedfa09ba98b52fe0ebeb3 (patch) | |
tree | dd50ffd5426b70871f9fcea4c2970f17b095a11e /target/device/Atmel/u-boot | |
parent | 074da836d250fd799af53acab1e3038e3cc0a568 (diff) |
Add support for AT91SAM9G20 & -EK
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 fa1518675..40764512a 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_AT91 bool "Das U-Boot Boot Monitor" - depends on BR2_TARGET_AT91 + depends on BR2_TARGET_AT91 && !BR2_TARGET_AT91SAM9G20 depends on !BR2_TARGET_AT91SAM9260PF help Build "Das U-Boot" Boot Monitor |