mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-07-11 00:52:15 +00:00
Blackfin: enable more network commands for ADI dev boards
Add dns and ntp to default networking commands, and ask for more dhcp options to better configure the network environment. Signed-off-by: Robin Getz <robin.getz@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
aa7b248a05
commit
574b70df03
1 changed files with 10 additions and 0 deletions
|
@ -12,6 +12,13 @@
|
||||||
# include <config_cmd_default.h>
|
# include <config_cmd_default.h>
|
||||||
# if ADI_CMDS_NETWORK
|
# if ADI_CMDS_NETWORK
|
||||||
# define CONFIG_CMD_DHCP
|
# define CONFIG_CMD_DHCP
|
||||||
|
# define CONFIG_BOOTP_SUBNETMASK
|
||||||
|
# define CONFIG_BOOTP_GATEWAY
|
||||||
|
# define CONFIG_BOOTP_DNS
|
||||||
|
# define CONFIG_BOOTP_NTPSERVER
|
||||||
|
# define CONFIG_BOOTP_RANDOM_DELAY
|
||||||
|
# define CONFIG_KEEP_SERVERADDR
|
||||||
|
# define CONFIG_CMD_DNS
|
||||||
# define CONFIG_CMD_PING
|
# define CONFIG_CMD_PING
|
||||||
# ifdef CONFIG_BFIN_MAC
|
# ifdef CONFIG_BFIN_MAC
|
||||||
# define CONFIG_CMD_MII
|
# define CONFIG_CMD_MII
|
||||||
|
@ -46,6 +53,9 @@
|
||||||
# endif
|
# endif
|
||||||
# ifdef CONFIG_RTC_BFIN
|
# ifdef CONFIG_RTC_BFIN
|
||||||
# define CONFIG_CMD_DATE
|
# define CONFIG_CMD_DATE
|
||||||
|
# if ADI_CMDS_NETWORK
|
||||||
|
# define CONFIG_CMD_SNTP
|
||||||
|
# endif
|
||||||
# endif
|
# endif
|
||||||
# ifdef CONFIG_SPI
|
# ifdef CONFIG_SPI
|
||||||
# define CONFIG_CMD_EEPROM
|
# define CONFIG_CMD_EEPROM
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue