
29 Feb
2012
29 Feb
'12
11:09 a.m.
Hello Stefan,
[...]
+/* NAND flash configuration */ +#define CONFIG_SYS_FSMC_NAND_SP +#define CONFIG_SYS_FSMC_NAND_8BIT
You also need the following define for this to work with the latest NAND subsystem:
#define CONFIG_MTD_ECC_SOFT
Not sure about SPEAr3xx. Most likely this needs it as well.
Could you please explain the rationale for defining this flag?
Thanks Amit Virdi