commit | 6acbaed1271dc8f05b0c561316f87b0467729c1c | [log] [tgz] |
---|---|---|
author | Tudor Ambarus <tudor.ambarus@microchip.com> | Fri Jan 08 14:40:18 2021 +0200 |
committer | Eugen Hristev <eugen.hristev@microchip.com> | Fri Jan 22 15:09:59 2021 +0200 |
tree | fd0b4b45c67dd54eec2ed03aa7aed42a94b99d52 | |
parent | 2c4f6ce63cbc7a649fe588471e79edceab964218 [diff] |
configs: at91: Fix wrong definitions for CONFIG_PMECC_CAP When CONFIG_ATMEL_NAND_HW_PMECC is set, CONFIG_PMECC_CAP defaults to the value of 2. At the conversion to Kconfig for the PMECC config values, some boards/defconfigs were wrongly configured. Update CONFIG_PMECC_CAP to the PMECC_CAP value before the conversion. Fixes: 49ad40298c ("ARM: at91: Convert SPL_GENERATE_ATMEL_PMECC_HEADER to Kconfig") Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>