Config.in 739 B

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