diff options
author | Michael Schwingen <michael@schwingen.org> | 2011-05-23 00:00:07 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-06-23 08:25:18 +0200 |
commit | 080b7643fb93ad058ab40da27533d7b9ed8b6c6d (patch) | |
tree | 2607149ed2b30aa0ca8445044e573640d921fa65 /board/actux4/config.mk | |
parent | 8b5ab4c1b6622b30f060708cd8b66a8e97d61268 (diff) | |
download | u-boot-imx-080b7643fb93ad058ab40da27533d7b9ed8b6c6d.zip u-boot-imx-080b7643fb93ad058ab40da27533d7b9ed8b6c6d.tar.gz u-boot-imx-080b7643fb93ad058ab40da27533d7b9ed8b6c6d.tar.bz2 |
update/fix AcTux4 board
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, 0 insertions, 4 deletions
diff --git a/board/actux4/config.mk b/board/actux4/config.mk deleted file mode 100644 index 9cb838b..0000000 --- a/board/actux4/config.mk +++ /dev/null @@ -1,4 +0,0 @@ -CONFIG_SYS_TEXT_BASE = 0x00e00000 - -# include NPE ethernet driver -BOARDLIBS = arch/arm/cpu/ixp/npe/libnpe.o |