summaryrefslogtreecommitdiff
path: root/board/delta/config.mk
diff options
context:
space:
mode:
authorMarkus Klotzbücher <Markus Klotzbümk@pollux.(none)>2006-02-28 18:05:25 +0100
committerMarkus Klotzbücher <mk@pollux.(none)>2006-02-28 18:05:25 +0100
commit6949328d7df7a98b88a8edc0f7238687a3083a22 (patch)
treea6909a0121f01c6f76df82a257682b29a750516f /board/delta/config.mk
parent0377dca227cc883bbaacbe1c442cef5bd6b0e121 (diff)
First steps implementing NAND support. Not working, fails to read ID.
Diffstat (limited to 'board/delta/config.mk')
-rw-r--r--board/delta/config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/delta/config.mk b/board/delta/config.mk
index d48fe054a..b269b6efa 100644
--- a/board/delta/config.mk
+++ b/board/delta/config.mk
@@ -4,3 +4,6 @@
#TEXT_BASE = 0x9ffe0000
TEXT_BASE = 0xa3008000
+# Compile the new NAND code (needed iff #ifdef CONFIG_NEW_NAND_CODE)
+BOARDLIBS = drivers/nand/libnand.a
+