diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2010-11-24 14:16:47 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2010-11-30 09:30:26 +0900 |
commit | e2b5afc1bfa15a2f8a70d454612007755418f534 (patch) | |
tree | 5a6a8af6d8d3f0edb5dcb6f7c2189dc3ea667300 /include/configs | |
parent | 2024b968ee9476bb7809e472a693120e775bbbbb (diff) | |
download | u-boot-imx-e2b5afc1bfa15a2f8a70d454612007755418f534.zip u-boot-imx-e2b5afc1bfa15a2f8a70d454612007755418f534.tar.gz u-boot-imx-e2b5afc1bfa15a2f8a70d454612007755418f534.tar.bz2 |
sh: r7780mp: Remove CONFIG_DRIVER_NE2000 from config
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/r7780mp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/r7780mp.h b/include/configs/r7780mp.h index 3416cb8..802416f 100644 --- a/include/configs/r7780mp.h +++ b/include/configs/r7780mp.h @@ -154,7 +154,6 @@ #define CONFIG_RTL8169 */ /* AX88796L Support(NE2000 base chip) */ -#define CONFIG_DRIVER_NE2000 #define CONFIG_DRIVER_AX88796L #define CONFIG_DRIVER_NE2000_BASE 0xA4100000 #endif |