diff options
author | William Juul <william.juul@datarespons.no> | 2007-11-14 14:28:11 +0100 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2008-08-12 11:31:17 -0500 |
commit | 3043c045d5a9897faba7d5c7218c2f4d06cd0038 (patch) | |
tree | fe2e5de10067bd4db07a111c3164a6f3850ca255 /common/cmd_doc.c | |
parent | 5e1dae5c3db7f4026f31b6a2a81ecd9e9dee475f (diff) | |
download | u-boot-imx-3043c045d5a9897faba7d5c7218c2f4d06cd0038.zip u-boot-imx-3043c045d5a9897faba7d5c7218c2f4d06cd0038.tar.gz u-boot-imx-3043c045d5a9897faba7d5c7218c2f4d06cd0038.tar.bz2 |
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.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/cmd_doc.c b/common/cmd_doc.c index 9d5b300..a55ca41 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) |