diff options
author | Michael Schwingen <michael@schwingen.org> | 2008-01-16 19:53:23 +0100 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-01-18 01:00:03 +0100 |
commit | 66a4344a4d910a11125df7768899ad529719855e (patch) | |
tree | b116064e58254c4b82b8f16a5ec4cc166bd12387 /board/actux4/config.mk | |
parent | bc24345e4101a5c996d6b48ce497b09c53025dc6 (diff) | |
download | u-boot-imx-66a4344a4d910a11125df7768899ad529719855e.zip u-boot-imx-66a4344a4d910a11125df7768899ad529719855e.tar.gz u-boot-imx-66a4344a4d910a11125df7768899ad529719855e.tar.bz2 |
add AcTux-4 board support
Signed-off-by: Michael Schwingen <michael@schwingen.org>
Diffstat (limited to 'board/actux4/config.mk')
-rw-r--r-- | board/actux4/config.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/actux4/config.mk b/board/actux4/config.mk new file mode 100644 index 0000000..9a634cd --- /dev/null +++ b/board/actux4/config.mk @@ -0,0 +1,4 @@ +TEXT_BASE = 0x00e00000 + +# include NPE ethernet driver +BOARDLIBS = cpu/ixp/npe/libnpe.a |