diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-10-26 00:17:15 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2011-11-22 08:39:25 +0100 |
commit | 2cc8b5c0e83a120bf80a8ac33e2d3825e2fd30a7 (patch) | |
tree | d2a91a5a0e97e239a1fd4f07f53a67b2a6b2e786 /arch/arm/lib/board.c | |
parent | 79afc88d2ccfd78fa8735719bb2648dac3c686b6 (diff) | |
download | u-boot-imx-2cc8b5c0e83a120bf80a8ac33e2d3825e2fd30a7.zip u-boot-imx-2cc8b5c0e83a120bf80a8ac33e2d3825e2fd30a7.tar.gz u-boot-imx-2cc8b5c0e83a120bf80a8ac33e2d3825e2fd30a7.tar.bz2 |
net: rtl8109: drop unused !NET_MULTI driver
No one uses this driver, and it isn't converted to the NET_MULTI
framework (which we dropped recently), so drop this driver too.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/arm/lib/board.c')
-rw-r--r-- | arch/arm/lib/board.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/lib/board.c b/arch/arm/lib/board.c index a482706..3d78274 100644 --- a/arch/arm/lib/board.c +++ b/arch/arm/lib/board.c @@ -73,10 +73,6 @@ extern int AT91F_DataflashInit(void); extern void dataflash_print_info(void); #endif -#ifdef CONFIG_DRIVER_RTL8019 -extern void rtl8019_get_enetaddr (uchar * addr); -#endif - #if defined(CONFIG_HARD_I2C) || \ defined(CONFIG_SOFT_I2C) #include <i2c.h> |