1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-18 08:23:24 +02:00

Merge with /home/wd/git/u-boot/testing-NAND/ to add new NAND handling.

This commit is contained in:
Bartlomiej Sieka
2006-02-24 09:37:22 +01:00
committed by Bartlomiej Sieka
47 changed files with 10615 additions and 52 deletions

View File

@@ -21,7 +21,7 @@
# define SHOW_BOOT_PROGRESS(arg)
#endif
#if (CONFIG_COMMANDS & CFG_CMD_NAND)
#if (CONFIG_COMMANDS & CFG_CMD_NAND) && !defined(CONFIG_NEW_NAND_CODE)
#include <linux/mtd/nand.h>
#include <linux/mtd/nand_ids.h>