diff options
author | Michael Schwingen <michael@schwingen.org> | 2011-05-23 00:00:04 +0200 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2011-06-23 08:25:18 +0200 |
commit | 517c5dfed5107fe1d77dd1e003c3c076bcf279e6 (patch) | |
tree | 192c7cde88075c57dd150af93d30f24bfcbeffea /board/actux1/config.mk | |
parent | 66463e60dff59716eb323cc1e219189c0fd8671c (diff) | |
download | u-boot-imx-517c5dfed5107fe1d77dd1e003c3c076bcf279e6.zip u-boot-imx-517c5dfed5107fe1d77dd1e003c3c076bcf279e6.tar.gz u-boot-imx-517c5dfed5107fe1d77dd1e003c3c076bcf279e6.tar.bz2 |
update/fix AcTux1 board
Signed-off-by: Michael Schwingen <michael@schwingen.org>
Diffstat (limited to 'board/actux1/config.mk')
-rw-r--r-- | board/actux1/config.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/board/actux1/config.mk b/board/actux1/config.mk deleted file mode 100644 index 9cb838b..0000000 --- a/board/actux1/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 |