]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/nand.h
at91: atmel_nand: extract HWECC initialization code into one function: atmel_hw_nand_...
[karo-tx-uboot.git] / include / nand.h
index a48b1b8ed1a514831511303abca62cb48fccb96d..c554c552f59170f42659685f63c447d7d0c3019a 100644 (file)
@@ -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