diff options
| author | Tom Rini <[email protected]> | 2024-01-31 10:44:33 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-01-31 10:44:33 -0500 |
| commit | b6d8969bcb94321dfed1399f2eaa8768ba42caaa (patch) | |
| tree | b41d2abafb596c5e00088daccad07c14b0355f0b /drivers | |
| parent | 625e68ef65ef375e60b86984289d99c673fda30e (diff) | |
| parent | a1c6b08274e18e4afc0f78a2f63609880aa7ef08 (diff) | |
Merge tag 'u-boot-at91-2024.04-a' of https://source.denx.de/u-boot/custodians/u-boot-at91
First set of u-boot-at91 features for the 2024.04 cycle:
This set includes some DT alignments and solves a compile issue for
custom nand defconfigs.
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/mtd/nand/raw/atmel/pmecc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mtd/nand/raw/atmel/pmecc.c b/drivers/mtd/nand/raw/atmel/pmecc.c index e2e3f1ee6b5..51f6bd2e65b 100644 --- a/drivers/mtd/nand/raw/atmel/pmecc.c +++ b/drivers/mtd/nand/raw/atmel/pmecc.c @@ -816,9 +816,6 @@ int atmel_pmecc_wait_rdy(struct atmel_pmecc_user *user) } EXPORT_SYMBOL_GPL(atmel_pmecc_wait_rdy); -#define ATMEL_BASE_PMECC 0xffffe000 -#define ATMEL_BASE_PMERRLOC 0xffffe600 - static struct atmel_pmecc * atmel_pmecc_create(struct udevice *dev, const struct atmel_pmecc_caps *caps, |
