commit | b41641d52efa242b38fbe5f976331005e329487a | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Nov 12 17:36:46 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 05 16:05:38 2022 -0500 |
tree | 2fb345586d191b8e7e6cf9ae5beeecfe7df59bb3 | |
parent | 41fa8f471d41fd42a249e3f24e5ecb2fa8f1b1d4 [diff] |
mtd: nand: raw: atmel_nand: Use ATMEL_BASE_ECC directly This is the only driver, and only one platform makes use of, setting CONFIG_SYS_NAND_ECC_BASE. Reference ATMEL_BASE_ECC directly in this case. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>