diff options
author | Ben Warren <biggerbadderben@gmail.com> | 2008-08-12 22:11:53 -0700 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2008-09-02 21:18:16 -0700 |
commit | 3ae071e44256144d6c1e3febb65f6c56bd433769 (patch) | |
tree | 1b1b6a861bef8d20e05750ab347d86619894a7c3 /cpu/arm926ejs/at91/Makefile | |
parent | 89973f8a82c28ad893c4c3cc56839a8e10fe5f13 (diff) | |
download | u-boot-imx-3ae071e44256144d6c1e3febb65f6c56bd433769.zip u-boot-imx-3ae071e44256144d6c1e3febb65f6c56bd433769.tar.gz u-boot-imx-3ae071e44256144d6c1e3febb65f6c56bd433769.tar.bz2 |
Moved initialization of Ethernet controllers on Atmel AT91 to board_eth_init()
Removed at91sam9_eth_initialize() from net/eth.c
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'cpu/arm926ejs/at91/Makefile')
-rw-r--r-- | cpu/arm926ejs/at91/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/arm926ejs/at91/Makefile b/cpu/arm926ejs/at91/Makefile index 44cde1a..2d2a888 100644 --- a/cpu/arm926ejs/at91/Makefile +++ b/cpu/arm926ejs/at91/Makefile @@ -25,7 +25,6 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(SOC).a -COBJS-y += ether.o COBJS-y += timer.o COBJS-$(CONFIG_HAS_DATAFLASH) +=spi.o COBJS-y += usb.o |