From 4ffff5ec9b2ac253b7dabc0069e2153fdce8967c Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 1 Apr 2009 14:53:50 +0000 Subject: target/device/Atmel: remove unused legacy u-boot handling --- target/device/Atmel/u-boot/Config.in | 46 ------------------------------------ 1 file changed, 46 deletions(-) delete mode 100644 target/device/Atmel/u-boot/Config.in (limited to 'target/device/Atmel/u-boot/Config.in') diff --git a/target/device/Atmel/u-boot/Config.in b/target/device/Atmel/u-boot/Config.in deleted file mode 100644 index ca1398169..000000000 --- a/target/device/Atmel/u-boot/Config.in +++ /dev/null @@ -1,46 +0,0 @@ -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 for AT91 - -if BR2_TARGET_UBOOT_AT91 -config BR2_TARGET_UBOOT_SERVERIP_AT91 - string "server ip" - depends on BR2_TARGET_UBOOT_AT91 - default "10.175.196.221" - help - TFTP server ip address - -config BR2_TARGET_UBOOT_IPADDR_AT91 - string "ip address" - depends on BR2_TARGET_UBOOT_AT91 - default "10.175.196.18" - help - Target server ip address - -config BR2_TARGET_UBOOT_GATEWAY_AT91 - string "gateway ip" - depends on BR2_TARGET_UBOOT_AT91 - default "10.175.196.1" - help - Gateway ip address - -config BR2_TARGET_UBOOT_NETMASK_AT91 - string "netmask" - depends on BR2_TARGET_UBOOT_AT91 - default "255.255.255.0" - help - Network Mask - -config BR2_TARGET_UBOOT_ETHADDR_AT91 - string "Ethernet address" - depends on BR2_TARGET_UBOOT_AT91 - default "04:25:fe:ed:00:18" - help - Target ip address, this should be changed for production units - -endif - -- cgit v1.2.3