summaryrefslogtreecommitdiff
path: root/common/cmd_doc.c
diff options
context:
space:
mode:
authorWilliam Juul <william.juul@datarespons.no>2007-11-14 14:28:11 +0100
committerScott Wood <scottwood@freescale.com>2008-08-12 11:31:17 -0500
commit3043c045d5a9897faba7d5c7218c2f4d06cd0038 (patch)
treefe2e5de10067bd4db07a111c3164a6f3850ca255 /common/cmd_doc.c
parent5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f (diff)
Whitespace cleanup and marking broken code.
Changes requested by maintainer Stefan Roese after posting patch to U-boot mailing list. Signed-off-by: William Juul <william.juul@tandberg.com> Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'common/cmd_doc.c')
-rw-r--r--common/cmd_doc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/cmd_doc.c b/common/cmd_doc.c
index 9d5b3001cc..a55ca41d90 100644
--- a/common/cmd_doc.c
+++ b/common/cmd_doc.c
@@ -14,6 +14,11 @@
#include <linux/mtd/nftl.h>
#include <linux/mtd/doc2000.h>
+/*
+ * ! BROKEN !
+ *
+ * TODO: must be implemented and tested by someone with HW
+ */
#if 0
#ifdef CFG_DOC_SUPPORT_2000
#define DoC_is_2000(doc) (doc->ChipID == DOC_ChipID_Doc2k)