Root/target/linux/at91/image/Config.in

1config AT91_DFBOOT
2    bool "Build dataflashboot loader"
3    depends TARGET_at91
4    default n
5
6config AT91_UBOOT
7    bool "Build U-Boot bootloader"
8    depends TARGET_at91
9    default n
10
11config UBOOT_TARGET
12    string "U-Boot target board"
13    depends AT91_UBOOT
14    default "netusg20"
15    help
16      For all supported boards there are ready-to-use default
17        configurations available; just type "<board_name>".
18
19config UBOOT_IPADDR
20    string "IP Address for U-Boot"
21    depends AT91_UBOOT
22    default "192.168.0.178"
23    help
24      IP address of device to be used in U-Boot
25
26config UBOOT_SERVERIP
27    string "IP Address of TFTP server"
28    depends AT91_UBOOT
29    default "192.168.0.232"
30    help
31      IP address of TFTP server for U-Boot
32
33

Archive Download this file



interactive