diff options
author | John Voltz <john.voltz@gmail.com> | 2008-03-11 18:26:07 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-03-11 18:26:07 +0000 |
commit | 7f4141ae20e2db75b0a8ffcfe231dabeb25ce7b2 (patch) | |
tree | 5976c7dd2f1b21720399353f18860f1917baebc1 /target/device/Atmel/u-boot/Config.in | |
parent | 944e92856ac4dc38d2993ef98512955ad2bb9947 (diff) | |
download | buildroot-novena-7f4141ae20e2db75b0a8ffcfe231dabeb25ce7b2.tar.gz buildroot-novena-7f4141ae20e2db75b0a8ffcfe231dabeb25ce7b2.zip |
separate u-boot for at91 arm and everything else
Diffstat (limited to 'target/device/Atmel/u-boot/Config.in')
-rw-r--r-- | target/device/Atmel/u-boot/Config.in | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/target/device/Atmel/u-boot/Config.in b/target/device/Atmel/u-boot/Config.in index 62988ebe4..02f6863f4 100644 --- a/target/device/Atmel/u-boot/Config.in +++ b/target/device/Atmel/u-boot/Config.in @@ -1,4 +1,4 @@ -config BR2_TARGET_UBOOT +config BR2_TARGET_UBOOT_AT91 bool "Das U-Boot Boot Monitor" depends on BR2_TARGET_AT91 depends on !BR2_TARGET_AT91SAM9260PF @@ -6,37 +6,37 @@ config BR2_TARGET_UBOOT help Build "Das U-Boot" Boot Monitor -config BR2_TARGET_UBOOT_SERVERIP +config BR2_TARGET_UBOOT_SERVERIP_AT91 string "server ip" - depends on BR2_TARGET_UBOOT + depends on BR2_TARGET_UBOOT_AT91 default "10.175.196.221" help TFTP server ip address -config BR2_TARGET_UBOOT_IPADDR +config BR2_TARGET_UBOOT_IPADDR_AT91 string "ip address" - depends on BR2_TARGET_UBOOT + depends on BR2_TARGET_UBOOT_AT91 default "10.175.196.18" help - TFTP server ip address + Target server ip address -config BR2_TARGET_UBOOT_GATEWAY +config BR2_TARGET_UBOOT_GATEWAY_AT91 string "gateway ip" - depends on BR2_TARGET_UBOOT + depends on BR2_TARGET_UBOOT_AT91 default "10.175.196.1" help Gateway ip address -config BR2_TARGET_UBOOT_NETMASK +config BR2_TARGET_UBOOT_NETMASK_AT91 string "netmask" - depends on BR2_TARGET_UBOOT + depends on BR2_TARGET_UBOOT_AT91 default "255.255.255.0" help Network Mask -config BR2_TARGET_UBOOT_ETHADDR +config BR2_TARGET_UBOOT_ETHADDR_AT91 string "Ethernet address" - depends on BR2_TARGET_UBOOT + depends on BR2_TARGET_UBOOT_AT91 default "04:25:fe:ed:00:18" help Target ip address, this should be changed for production units |