SAMA5 NAND: A few bug fixes for integration. Still lots more to do

This commit is contained in:
Gregory Nutt
2013-11-27 11:04:40 -06:00
parent 1fed0407b3
commit 5fb0062d2d
10 changed files with 57 additions and 61 deletions
-4
View File
@@ -123,8 +123,6 @@ config MTD_NAND_BLOCKCHECK
---help---
Enable support for ECC and bad block checking.
if MTD_NAND_BLOCKCHECK
config MTD_NAND_SWECC
bool "Sofware ECC support"
default n if ARCH_NAND_HWECC
@@ -145,8 +143,6 @@ config MTD_NAND_MAXSPAREEXTRABYTES
---help---
Maximum number of extra free bytes inside the spare area of a page.
endif # MTD_NAND_BLOCKCHECK
config MTD_NAND_EMBEDDEDECC
bool "Support devices with Embedded ECC"
default n