diff options
author | Wolfgang Denk <wd@denx.de> | 2008-01-23 14:39:26 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-01-23 14:39:26 +0100 |
commit | 40dcd6aa75ef95b490f342695f970910b82e392e (patch) | |
tree | c262385e57aa5ae54f4fc41023c5d22c2571e64f /board/actux1/config.mk | |
parent | f58934551e052db5a1f33f53dcc9cbf6fcb72910 (diff) | |
parent | 799891ef7b1b3432032ec23466df6b665a797fa4 (diff) | |
download | u-boot-imx-40dcd6aa75ef95b490f342695f970910b82e392e.zip u-boot-imx-40dcd6aa75ef95b490f342695f970910b82e392e.tar.gz u-boot-imx-40dcd6aa75ef95b490f342695f970910b82e392e.tar.bz2 |
Merge branch 'master' of git://www.denx.de/git/u-boot-ixp
Diffstat (limited to 'board/actux1/config.mk')
-rw-r--r-- | board/actux1/config.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/board/actux1/config.mk b/board/actux1/config.mk new file mode 100644 index 0000000..9a634cd --- /dev/null +++ b/board/actux1/config.mk @@ -0,0 +1,4 @@ +TEXT_BASE = 0x00e00000 + +# include NPE ethernet driver +BOARDLIBS = cpu/ixp/npe/libnpe.a |