diff options
Diffstat (limited to 'include/nand.h')
-rw-r--r-- | include/nand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/nand.h b/include/nand.h index a48b1b8ed1a..c554c552f59 100644 --- a/include/nand.h +++ b/include/nand.h @@ -31,7 +31,7 @@ * at the same time, so do it here. When all drivers are * converted, this will go away. */ -#if defined(CONFIG_NAND_FSL_ELBC) +#if defined(CONFIG_NAND_FSL_ELBC) || defined(CONFIG_NAND_ATMEL) #define CONFIG_SYS_NAND_SELF_INIT #endif |