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