]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
sh: rsk7203: Add smc911x driver support to board config file
authorNobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Tue, 14 Oct 2008 02:10:59 +0000 (11:10 +0900)
committerNobuhiro 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

index d99e4f3274ce1e33e499ebe16b6937360021e642..1f20e57197551aef471779a6050209bfc2bad609 100644 (file)
 #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 */