summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2007-10-22 16:24:44 +0200
committerStefan Roese <sr@denx.de>2007-10-31 21:20:51 +0100
commitafe9fa59cb63b4f9d16bf01c93eb212f25a38c2a (patch)
treecd1f53330ef0cc4791db9362ac347f2a204b91f8 /include
parent3248f63ad89cb031491edb7016587fe6e9a238b9 (diff)
downloadblackbird-obmc-uboot-afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a.tar.gz
blackbird-obmc-uboot-afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a.zip
ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/katmai.h2
-rw-r--r--include/configs/kilauea.h1
-rw-r--r--include/configs/makalu.h1
3 files changed, 3 insertions, 1 deletions
diff --git a/include/configs/katmai.h b/include/configs/katmai.h
index 6bc8d025ae..5da00fc8e5 100644
--- a/include/configs/katmai.h
+++ b/include/configs/katmai.h
@@ -247,7 +247,7 @@
#define CONFIG_CMD_PING
#define CONFIG_CMD_REGINFO
#define CONFIG_CMD_SDRAM
-
+#define CONFIG_CMD_SNTP
#define CONFIG_IBM_EMAC4_V4 1 /* 440SPe has this EMAC version */
#define CONFIG_MII 1 /* MII PHY management */
diff --git a/include/configs/kilauea.h b/include/configs/kilauea.h
index 74c94830c2..90bdd6959b 100644
--- a/include/configs/kilauea.h
+++ b/include/configs/kilauea.h
@@ -244,6 +244,7 @@
#define CONFIG_CMD_PCI
#define CONFIG_CMD_PING
#define CONFIG_CMD_REGINFO
+#define CONFIG_CMD_SNTP
/* POST support */
#define CONFIG_POST (CFG_POST_MEMORY | \
diff --git a/include/configs/makalu.h b/include/configs/makalu.h
index 6c4d0b6e21..3e3b008c6e 100644
--- a/include/configs/makalu.h
+++ b/include/configs/makalu.h
@@ -234,6 +234,7 @@
#define CONFIG_CMD_PCI
#define CONFIG_CMD_PING
#define CONFIG_CMD_REGINFO
+#define CONFIG_CMD_SNTP
/* POST support */
#define CONFIG_POST (CFG_POST_MEMORY | \
OpenPOWER on IntegriCloud