diff options
author | Wolfgang Denk <wd@pollux.denx.de> | 2006-09-04 02:01:27 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.denx.de> | 2006-09-04 02:01:27 +0200 |
commit | f60ba0d35e13e9dcf839d4563f9436d07468b1ef (patch) | |
tree | cf469c74cf6824cb7a32c3e36ef68cc6c093cf3f /include/configs/sorcery.h | |
parent | 6741ae92f37caea8a22d1dcfaeab356f94b64676 (diff) | |
download | u-boot-imx-f60ba0d35e13e9dcf839d4563f9436d07468b1ef.zip u-boot-imx-f60ba0d35e13e9dcf839d4563f9436d07468b1ef.tar.gz u-boot-imx-f60ba0d35e13e9dcf839d4563f9436d07468b1ef.tar.bz2 |
Fix build problems on sorcery board.
Diffstat (limited to 'include/configs/sorcery.h')
-rw-r--r-- | include/configs/sorcery.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sorcery.h b/include/configs/sorcery.h index 3d907f8..4937638 100644 --- a/include/configs/sorcery.h +++ b/include/configs/sorcery.h @@ -261,6 +261,7 @@ #define CONFIG_MPC8220_FEC 1 #define CONFIG_FEC_10MBIT 1 /* Workaround for FEC 100Mbit problem */ #define CONFIG_PHY_ADDR 0x1F +#define CONFIG_MII 1 /* * Miscellaneous configurable options |