summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-10-14 12:59:35 +0200
committerWolfgang Denk <wd@denx.de>2008-10-14 12:59:35 +0200
commit0e8a7b2f1544a593270faf94d028fb48b6b697ea (patch)
tree0083e790432a5226f83f5384a961165b22d36d27 /include
parent6df0efd5c86ca1689deeb2738b46b7d83ce228ef (diff)
parent05c7e9070fe4d751e029fd9524bfbbc93cbb1393 (diff)
downloadu-boot-imx-0e8a7b2f1544a593270faf94d028fb48b6b697ea.zip
u-boot-imx-0e8a7b2f1544a593270faf94d028fb48b6b697ea.tar.gz
u-boot-imx-0e8a7b2f1544a593270faf94d028fb48b6b697ea.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'include')
-rw-r--r--include/configs/rsk7203.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/rsk7203.h b/include/configs/rsk7203.h
index d99e4f3..1f20e57 100644
--- a/include/configs/rsk7203.h
+++ b/include/configs/rsk7203.h
@@ -104,4 +104,9 @@
#define CMT_CLK_DIVIDER 32 /* 8 (default), 32, 128 or 512 */
#define CFG_HZ (CONFIG_SYS_CLK_FREQ / CMT_CLK_DIVIDER)
+/* Network interface */
+#define CONFIG_DRIVER_SMC911X
+#define CONFIG_DRIVER_SMC911X_16_BIT
+#define CONFIG_DRIVER_SMC911X_BASE (0x24000000)
+
#endif /* __RSK7203_H */