mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-20 11:43:22 +00:00
ba94a1bba3
- Add IXP4xx NPE ethernet MAC support - Add support for Intel IXDPG425 board - Add support for Prodrive PDNB3 board - Add IRQ support Patch by Stefan Roese, 23 May 2006 [This patch does not include cpu/ixp/npe/IxNpeMicrocode.c which still sufferes from licensing issues. Blame Intel.]
4 lines
87 B
Makefile
4 lines
87 B
Makefile
TEXT_BASE = 0x01f00000
|
|
|
|
# include NPE ethernet driver
|
|
BOARDLIBS = cpu/ixp/npe/libnpe.a
|