mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-01-25 11:25:17 +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
05d89091ca
commit
f6e33d95df
1 changed files with 10 additions and 0 deletions
|
@ -12,6 +12,13 @@
|
|||
# include <config_cmd_default.h>
|
||||
# if ADI_CMDS_NETWORK
|
||||
# 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
|
||||
# ifdef CONFIG_BFIN_MAC
|
||||
# define CONFIG_CMD_MII
|
||||
|
@ -46,6 +53,9 @@
|
|||
# endif
|
||||
# ifdef CONFIG_RTC_BFIN
|
||||
# define CONFIG_CMD_DATE
|
||||
# if ADI_CMDS_NETWORK
|
||||
# define CONFIG_CMD_SNTP
|
||||
# endif
|
||||
# endif
|
||||
# ifdef CONFIG_SPI
|
||||
# define CONFIG_CMD_EEPROM
|
||||
|
|
Loading…
Reference in a new issue