summaryrefslogtreecommitdiff
path: root/target/device/Atmel/u-boot/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-07-17 12:19:56 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-07-17 12:19:56 +0000
commita1e6a84bb32d2c691103ee7548506c6bb68cb101 (patch)
tree5ca9341704f781305ce6350d26c00d5a879bbd06 /target/device/Atmel/u-boot/Config.in
parent431e0223da18b1e2efc40d7bf96f1509087c1221 (diff)
Add AT91 targets
Diffstat (limited to 'target/device/Atmel/u-boot/Config.in')
-rw-r--r--target/device/Atmel/u-boot/Config.in43
1 files changed, 43 insertions, 0 deletions
diff --git a/target/device/Atmel/u-boot/Config.in b/target/device/Atmel/u-boot/Config.in
new file mode 100644
index 000000000..16e8eb3d6
--- /dev/null
+++ b/target/device/Atmel/u-boot/Config.in
@@ -0,0 +1,43 @@
+config BR2_TARGET_UBOOT
+ bool "Das U-Boot Boot Monitor"
+ depends on BR2_TARGET_AT91 || BR2_TARGET_AVR32
+ default n
+ help
+ Build "Das U-Boot" Boot Monitor
+
+config BR2_TARGET_UBOOT_SERVERIP
+ string "server ip"
+ depends on BR2_TARGET_UBOOT
+ default "10.175.196.221"
+ help
+ TFTP server ip address
+
+config BR2_TARGET_UBOOT_IPADDR
+ string "ip address"
+ depends on BR2_TARGET_UBOOT
+ default "10.175.196.18"
+ help
+ TFTP server ip address
+
+config BR2_TARGET_UBOOT_GATEWAY
+ string "gateway ip"
+ depends on BR2_TARGET_UBOOT
+ default "10.175.196.1"
+ help
+ Gateway ip address
+
+config BR2_TARGET_UBOOT_NETMASK
+ string "netmask"
+ depends on BR2_TARGET_UBOOT
+ default "255.255.255.0"
+ help
+ Network Mask
+
+config BR2_TARGET_UBOOT_ETHADDR
+ string "Ethernet address"
+ depends on BR2_TARGET_UBOOT
+ default "04:25:fe:ed:00:18"
+ help
+ Target ip address, this should be changed for production units
+
+