From 92988a21ad4c4c9504295ccb580c9f806134471b Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Mon, 26 Mar 2012 20:55:28 +0200 Subject: added boot script files to repository --- u-boot/board/actux2/config.mk | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 u-boot/board/actux2/config.mk (limited to 'u-boot/board/actux2/config.mk') diff --git a/u-boot/board/actux2/config.mk b/u-boot/board/actux2/config.mk new file mode 100644 index 0000000..88634f7 --- /dev/null +++ b/u-boot/board/actux2/config.mk @@ -0,0 +1,6 @@ +CONFIG_SYS_TEXT_BASE = 0x00e00000 + +# include NPE ethernet driver +BOARDLIBS = arch/arm/cpu/ixp/npe/libnpe.o + +LDSCRIPT := $(SRCTREE)/board/$(BOARDDIR)/u-boot.lds -- cgit v1.1