diff options
Diffstat (limited to 'cpu/arm920t/s3c24x0/nand.c')
| -rw-r--r-- | cpu/arm920t/s3c24x0/nand.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/arm920t/s3c24x0/nand.c b/cpu/arm920t/s3c24x0/nand.c index e1bf12815..14882cb24 100644 --- a/cpu/arm920t/s3c24x0/nand.c +++ b/cpu/arm920t/s3c24x0/nand.c @@ -27,7 +27,7 @@  #endif  #if defined(CONFIG_CMD_NAND) -#if !defined(CFG_NAND_LEGACY) +#if !defined(CONFIG_NAND_LEGACY)  #include <nand.h>  #include <s3c2410.h> |