Skip to content
Snippets Groups Projects
Commit 248b7d98 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

Merge branch 'master' of git://www.denx.de/git/u-boot-net

parents 7064122c 3e0f331c
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,7 @@ COBJS-y += rtl8139.o ...@@ -55,6 +55,7 @@ COBJS-y += rtl8139.o
COBJS-y += rtl8169.o COBJS-y += rtl8169.o
COBJS-y += s3c4510b_eth.o COBJS-y += s3c4510b_eth.o
COBJS-y += smc91111.o COBJS-y += smc91111.o
COBJS-y += smc911x.o
COBJS-y += tigon3.o COBJS-y += tigon3.o
COBJS-y += tsec.o COBJS-y += tsec.o
COBJS-y += tsi108_eth.o COBJS-y += tsi108_eth.o
......
This diff is collapsed.
...@@ -92,6 +92,7 @@ ...@@ -92,6 +92,7 @@
#define CONFIG_DRIVER_SMC911X 1 #define CONFIG_DRIVER_SMC911X 1
#define CONFIG_DRIVER_SMC911X_BASE 0xb4020000 #define CONFIG_DRIVER_SMC911X_BASE 0xb4020000
#define CONFIG_DRIVER_SMC911X_32_BIT 1
/* /*
* Miscellaneous configurable options * Miscellaneous configurable options
......
...@@ -108,6 +108,7 @@ ...@@ -108,6 +108,7 @@
#define CONFIG_DRIVER_SMC911X 1 #define CONFIG_DRIVER_SMC911X 1
#define CONFIG_DRIVER_SMC911X_BASE 0xa8000000 #define CONFIG_DRIVER_SMC911X_BASE 0xa8000000
#define CONFIG_DRIVER_SMC911X_32_BIT 1
/* /*
* Miscellaneous configurable options * Miscellaneous configurable options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment