diff options
| author | Tom Rini <[email protected]> | 2022-11-12 17:36:46 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-05 16:05:38 -0500 |
| commit | b41641d52efa242b38fbe5f976331005e329487a (patch) | |
| tree | 2fb345586d191b8e7e6cf9ae5beeecfe7df59bb3 /include | |
| 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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/snapper9g45.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/snapper9g45.h b/include/configs/snapper9g45.h index 6aba1d3194c..29462c526ec 100644 --- a/include/configs/snapper9g45.h +++ b/include/configs/snapper9g45.h @@ -29,7 +29,6 @@ /* Mem test settings */ /* NAND Flash */ -#define CONFIG_SYS_NAND_ECC_BASE ATMEL_BASE_ECC #define CONFIG_SYS_NAND_BASE ATMEL_BASE_CS3 #define CONFIG_SYS_NAND_MASK_ALE (1 << 21) /* AD21 */ #define CONFIG_SYS_NAND_MASK_CLE (1 << 22) /* AD22 */ |
