summaryrefslogtreecommitdiff
path: root/include/configs/zylonite.h
diff options
context:
space:
mode:
authorMarkus Klotzbücher <Markus Klotzbümk@pollux.(none)>2006-02-20 15:59:07 +0100
committerMarkus Klotzbücher <mk@pollux.(none)>2006-02-20 15:59:07 +0100
commit8fb1857b40aa47219ca4bf792b3daad3c1fcbbc4 (patch)
treee03eaa9f0985cf05bdb5fa41cb8f27af94f4984f /include/configs/zylonite.h
parent57dc57f14d307952ed3d49d864c7efa27e14e464 (diff)
Merged and added more pxa-regs.h stuff, especially the GPIO Control
Register Definitions.
Diffstat (limited to 'include/configs/zylonite.h')
-rw-r--r--include/configs/zylonite.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/zylonite.h b/include/configs/zylonite.h
index 3968c9338..a8ff9fdf4 100644
--- a/include/configs/zylonite.h
+++ b/include/configs/zylonite.h
@@ -63,7 +63,7 @@
# define CONFIG_SMC91111_BASE 0x14000300
# define CONFIG_SMC91111_EXT_PHY
# define CONFIG_SMC_USE_32_BIT
-# undef CONFIG_SMC_USE_IOFUNCS
+# undef CONFIG_SMC_USE_IOFUNCS /* just for use with the kernel */
#endif
/*
@@ -78,7 +78,7 @@
/* #define CONFIG_COMMANDS (CONFIG_CMD_DFL | CFG_CMD_MMC | CFG_CMD_FAT) */
#ifdef TURN_ON_ETHERNET
-# define CONFIG_COMMANDS (CONFIG_CMD_DFL)
+# define CONFIG_COMMANDS (CONFIG_CMD_DFL | CFG_CMD_PING)
#else
# define CONFIG_COMMANDS (CONFIG_CMD_DFL & ~CFG_CMD_NET)
#endif
@@ -87,7 +87,7 @@
/* this must be included AFTER the definition of CONFIG_COMMANDS (if any) */
#include <cmd_confdefs.h>
-#define CONFIG_BOOTDELAY 3
+#define CONFIG_BOOTDELAY -1
#define CONFIG_ETHADDR 08:00:3e:26:0a:5b
#define CONFIG_NETMASK 255.255.0.0
#define CONFIG_IPADDR 192.168.0.21