]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - include/nand.h
karo: merge with Ka-Ro specific tree for secure boot support
[karo-tx-uboot.git] / include / nand.h
index 15e31ab538ba5e84c09ae512b7f5a2dad0c21c47..3c8dea5f8709a23ee5ce4a4bc1fcebd26626bb08 100644 (file)
 
 #include <config.h>
 
-/*
- * All boards using a given driver must convert to self-init
- * at the same time, so do it here.  When all drivers are
- * converted, this will go away.
- */
-#ifdef CONFIG_SPL_BUILD
-#if defined(CONFIG_NAND_FSL_ELBC) || defined(CONFIG_NAND_FSL_IFC)
-#define CONFIG_SYS_NAND_SELF_INIT
-#endif
-#else
-#if defined(CONFIG_NAND_FSL_ELBC) || defined(CONFIG_NAND_ATMEL)\
-       || defined(CONFIG_NAND_FSL_IFC)
-#define CONFIG_SYS_NAND_SELF_INIT
-#endif
-#endif
-
 extern void nand_init(void);
 
 #include <linux/compat.h>