projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cae6f90
)
sh: rsk7203: Add smc911x driver support to board config file
author
Nobuhiro Iwamatsu
<iwamatsu.nobuhiro@renesas.com>
Tue, 14 Oct 2008 02:10:59 +0000
(11:10 +0900)
committer
Nobuhiro Iwamatsu
<iwamatsu@nigauri.org>
Tue, 14 Oct 2008 04:09:45 +0000
(13:09 +0900)
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
include/configs/rsk7203.h
patch
|
blob
|
history
diff --git
a/include/configs/rsk7203.h
b/include/configs/rsk7203.h
index d99e4f3274ce1e33e499ebe16b6937360021e642..1f20e57197551aef471779a6050209bfc2bad609 100644
(file)
--- 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 */