From: Robin Getz Date: Tue, 11 Aug 2009 14:20:13 +0000 (+0000) Subject: Blackfin: enable more network commands for ADI dev boards X-Git-Tag: v2010.09-rc1~1^2~19^2~42^2~198 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f6e33d95dfe4b95a284d3e960eabc8b04f71b56a;p=platform%2Fkernel%2Fu-boot.git 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 Signed-off-by: Mike Frysinger --- diff --git a/include/configs/bfin_adi_common.h b/include/configs/bfin_adi_common.h index ceb130c..b615c79 100644 --- a/include/configs/bfin_adi_common.h +++ b/include/configs/bfin_adi_common.h @@ -12,6 +12,13 @@ # include # 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