2007-06-04 17:39:38 +00:00
|
|
|
config AT91_DFBOOT
|
|
|
|
bool "Build dataflashboot loader"
|
2007-09-11 14:04:34 +00:00
|
|
|
depends TARGET_at91
|
2010-10-24 16:10:30 +00:00
|
|
|
default n
|
2007-06-04 17:39:38 +00:00
|
|
|
|
2007-03-20 09:59:17 +00:00
|
|
|
config AT91_UBOOT
|
2008-04-28 16:15:24 +00:00
|
|
|
bool "Build U-Boot bootloader"
|
2007-09-11 14:04:34 +00:00
|
|
|
depends TARGET_at91
|
2010-10-24 16:10:30 +00:00
|
|
|
default n
|
2007-03-20 09:59:17 +00:00
|
|
|
|
|
|
|
config UBOOT_TARGET
|
2008-04-28 16:15:24 +00:00
|
|
|
string "U-Boot target board"
|
2007-06-14 13:46:24 +00:00
|
|
|
depends AT91_UBOOT
|
2010-07-22 11:32:38 +00:00
|
|
|
default "netusg20"
|
2007-03-20 09:59:17 +00:00
|
|
|
help
|
2007-06-14 13:46:24 +00:00
|
|
|
For all supported boards there are ready-to-use default
|
2007-03-20 09:59:17 +00:00
|
|
|
configurations available; just type "<board_name>".
|
|
|
|
|
2007-06-14 13:46:24 +00:00
|
|
|
config UBOOT_IPADDR
|
|
|
|
string "IP Address for U-Boot"
|
|
|
|
depends AT91_UBOOT
|
|
|
|
default "192.168.0.178"
|
|
|
|
help
|
|
|
|
IP address of device to be used in U-Boot
|
|
|
|
|
|
|
|
config UBOOT_SERVERIP
|
|
|
|
string "IP Address of TFTP server"
|
|
|
|
depends AT91_UBOOT
|
|
|
|
default "192.168.0.232"
|
|
|
|
help
|
|
|
|
IP address of TFTP server for U-Boot
|
2007-03-20 09:59:17 +00:00
|
|
|
|