diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-02 11:18:09 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-02 11:18:09 +0000 |
commit | abda4017111c0f81149ca627857d34742dd506cc (patch) | |
tree | ff89226a0ba391b49207a67020bdc0bae7a75ee9 /target/device/Atmel/u-boot/Config.in | |
parent | e195cb19f2a823f7128565f8d7dd54804a4df867 (diff) | |
download | buildroot-novena-abda4017111c0f81149ca627857d34742dd506cc.tar.gz buildroot-novena-abda4017111c0f81149ca627857d34742dd506cc.zip |
Support AT91 in vanilla U-Boot
Diffstat (limited to 'target/device/Atmel/u-boot/Config.in')
-rw-r--r-- | target/device/Atmel/u-boot/Config.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/device/Atmel/u-boot/Config.in b/target/device/Atmel/u-boot/Config.in index 40764512a..ca1398169 100644 --- a/target/device/Atmel/u-boot/Config.in +++ b/target/device/Atmel/u-boot/Config.in @@ -2,9 +2,11 @@ config BR2_TARGET_UBOOT_AT91 bool "Das U-Boot Boot Monitor" depends on BR2_TARGET_AT91 && !BR2_TARGET_AT91SAM9G20 depends on !BR2_TARGET_AT91SAM9260PF + select BR2_TARGET_CUSTOM_UBOOT help - Build "Das U-Boot" Boot Monitor + Build "Das U-Boot" Boot Monitor for AT91 +if BR2_TARGET_UBOOT_AT91 config BR2_TARGET_UBOOT_SERVERIP_AT91 string "server ip" depends on BR2_TARGET_UBOOT_AT91 @@ -40,4 +42,5 @@ config BR2_TARGET_UBOOT_ETHADDR_AT91 help Target ip address, this should be changed for production units +endif |