From abda4017111c0f81149ca627857d34742dd506cc Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Fri, 2 Jan 2009 11:18:09 +0000 Subject: Support AT91 in vanilla U-Boot --- target/device/Atmel/u-boot/Config.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'target/device/Atmel/u-boot') 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 -- cgit v1.2.3