Re: [PATCH 05/10] mtd: nand: raw: atmel_nand: Use ATMEL_BASE_ECC directly

2022-11-14 Thread Simon Glass
On Sat, 12 Nov 2022 at 15:37, Tom Rini wrote: > > 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 > --- > drivers/mtd/nand/raw/atmel_nand.c | 18 +- > in

[PATCH 05/10] mtd: nand: raw: atmel_nand: Use ATMEL_BASE_ECC directly

2022-11-12 Thread Tom Rini
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 --- drivers/mtd/nand/raw/atmel_nand.c | 18 +- include/configs/snapper9g45.h | 1 - 2 files changed, 9 inser