aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-01-31 10:44:33 -0500
committerTom Rini <trini@konsulko.com>2024-01-31 10:44:33 -0500
commitb6d8969bcb94321dfed1399f2eaa8768ba42caaa (patch)
treeb41d2abafb596c5e00088daccad07c14b0355f0b /drivers/mtd
parent625e68ef65ef375e60b86984289d99c673fda30e (diff)
parenta1c6b08274e18e4afc0f78a2f63609880aa7ef08 (diff)
downloadu-boot-b6d8969bcb94321dfed1399f2eaa8768ba42caaa.zip
u-boot-b6d8969bcb94321dfed1399f2eaa8768ba42caaa.tar.gz
u-boot-b6d8969bcb94321dfed1399f2eaa8768ba42caaa.tar.bz2
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/mtd')
-rw-r--r--drivers/mtd/nand/raw/atmel/pmecc.c3
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 e2e3f1e..51f6bd2 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,