From 414eec35e3832f4f9ce8a25ace7ead638be1f76f Mon Sep 17 00:00:00 2001 From: wdenk Date: Sat, 2 Apr 2005 22:37:54 +0000 Subject: Fix problems with SNTP support; enable SNTP support in some boards. --- include/configs/cmc_pu2.h | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'include/configs/cmc_pu2.h') diff --git a/include/configs/cmc_pu2.h b/include/configs/cmc_pu2.h index b483151d0..34efc384b 100644 --- a/include/configs/cmc_pu2.h +++ b/include/configs/cmc_pu2.h @@ -1,5 +1,5 @@ /* - * Gary Jennejohn + * 2004-2005 Gary Jennejohn * * Configuration settings for the CMC PU2 board. * @@ -126,15 +126,19 @@ #ifdef CONFIG_HARD_I2C #define CONFIG_COMMANDS \ ((CONFIG_CMD_DFL | \ - CFG_CMD_I2C | \ CFG_CMD_DATE | \ + CFG_CMD_DHCP | \ CFG_CMD_EEPROM | \ - CFG_CMD_DHCP ) & \ + CFG_CMD_I2C | \ + CFG_CMD_NFS | \ + CFG_CMD_SNTP ) & \ ~(CFG_CMD_FPGA | CFG_CMD_MISC) ) #else #define CONFIG_COMMANDS \ ((CONFIG_CMD_DFL | \ - CFG_CMD_DHCP ) & \ + CFG_CMD_DHCP | \ + CFG_CMD_NFS | \ + CFG_CMD_SNTP ) & \ ~(CFG_CMD_FPGA | CFG_CMD_MISC) ) #define CONFIG_TIMESTAMP #endif -- cgit v1.2.3