mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 18:28:55 +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 = 0x00f80000
|
|
|
|
# include NPE ethernet driver
|
|
BOARDLIBS = cpu/ixp/npe/libnpe.a
|