diff options
author | Stefan Roese <sr@denx.de> | 2007-10-22 16:24:44 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2007-10-31 21:20:51 +0100 |
commit | afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a (patch) | |
tree | cd1f53330ef0cc4791db9362ac347f2a204b91f8 /include/configs/makalu.h | |
parent | 3248f63ad89cb031491edb7016587fe6e9a238b9 (diff) | |
download | u-boot-imx-afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a.zip u-boot-imx-afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a.tar.gz u-boot-imx-afe9fa59cb63b4f9d16bf01c93eb212f25a38c2a.tar.bz2 |
ppc4xx: Add SNTP support to AMCC Katmai, Kilauea & Makalu boards
Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/makalu.h')
-rw-r--r-- | include/configs/makalu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/makalu.h b/include/configs/makalu.h index 6c4d0b6..3e3b008 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 | \ |