| commit | fba802a1f551c77b099dbf58f3cd6a64b6ab31ff | [log] [tgz] |
|---|---|---|
| author | Philippe Reynes <philippe.reynes@softathome.com> | Fri May 03 19:51:42 2019 +0200 |
| committer | Tom Rini <trini@konsulko.com> | Sat May 18 12:31:59 2019 -0400 |
| tree | 929a47b4061459065334d8a4d52823d4ddb8d631 | |
| parent | ea1e9c04fdffc16ceb9760c6ec5dd2916c19ad46 [diff] |
bcm968580xref: remove CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT
This board define the flag CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT
but it's a mistake. It's a workaround for an issue in nand core.
This issue was fixed by the commit 5f626e78491c ("mtd: nand: raw:
Fix CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT behavior"). Now, this flag
break the nand on this board, so we simply remove it.
Signed-off-by: Philippe Reynes <philippe.reynes@softathome.com>