1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

Merge with /home/wd/git/u-boot/custodian/u-boot-testing

This commit is contained in:
Wolfgang Denk
2007-08-06 01:11:08 +02:00
809 changed files with 11099 additions and 15872 deletions

View File

@@ -12,7 +12,7 @@
#include <malloc.h>
#include <asm/io.h>
#if (CONFIG_COMMANDS & CFG_CMD_DOC)
#if defined(CONFIG_CMD_DOC)
#include <linux/mtd/nftl.h>
#include <linux/mtd/doc2000.h>
@@ -1608,4 +1608,4 @@ void doc_probe(unsigned long physadr)
}
}
#endif /* (CONFIG_COMMANDS & CFG_CMD_DOC) */
#endif