There's a known issue with sunxi_nand on A20 devices where it will try to read a NAND chip and then make modifications such that it becomes corrupted. Until this situation is resolved, the module should _not_ be included in the defconfig for A20 devices.
Signed-off-by: Tim Tisdall <[email protected]> --- arch/arm/configs/sun7i_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/sun7i_defconfig b/arch/arm/configs/sun7i_defconfig index 455ebcc..6f144f2 100644 --- a/arch/arm/configs/sun7i_defconfig +++ b/arch/arm/configs/sun7i_defconfig @@ -435,7 +435,6 @@ CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_COUNT=2 CONFIG_CDROM_PKTCDVD=m CONFIG_ATA_OVER_ETH=m -CONFIG_SUNXI_NAND=m CONFIG_SUNXI_DBGREG=m CONFIG_TI_DAC7512=m CONFIG_EEPROM_AT24=m -- 1.9.1 -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
