Wolfgang Denk | 14d0a02 | 2010-10-07 21:51:12 +0200 | [diff] [blame] | 1 | CONFIG_SYS_TEXT_BASE = 0x00e00000 |
Michael Schwingen | aebf00f | 2008-01-16 19:51:14 +0100 | [diff] [blame] | 2 | |
3 | # include NPE ethernet driver | ||||
Sebastien Carlier | 6d8962e | 2010-11-05 15:48:07 +0100 | [diff] [blame] | 4 | BOARDLIBS = arch/arm/cpu/ixp/npe/libnpe.o |
Jean-Christophe PLAGNIOL-VILLARD | 10a451c | 2009-05-08 20:24:12 +0200 | [diff] [blame] | 5 | |
6 | LDSCRIPT := $(SRCTREE)/board/$(BOARDDIR)/u-boot.lds |