summaryrefslogtreecommitdiff
path: root/include/mtd.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-01-25 12:04:59 -0500
committerTom Rini <trini@konsulko.com>2020-01-25 12:04:59 -0500
commitd31dd3b596190bdecbd109e404f16bd208fe32ba (patch)
treed862bd67736079799b474d876f38b75032ade5b6 /include/mtd.h
parent2c871f9e084b2c03d1961884228a6901387ab8d6 (diff)
parent683b7c2a170a71bded99bb9e7dfd26372427ca1c (diff)
Merge branch '2020-01-24-master-imports'
- Enable fastboot on some MediaTek platforms - DMA enchancements - Assorted bugfixes
Diffstat (limited to 'include/mtd.h')
-rw-r--r--include/mtd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mtd.h b/include/mtd.h
index 65fcd3c700b..b0f8693386e 100644
--- a/include/mtd.h
+++ b/include/mtd.h
@@ -11,4 +11,6 @@
int mtd_probe(struct udevice *dev);
int mtd_probe_devices(void);
+void board_mtdparts_default(const char **mtdids, const char **mtdparts);
+
#endif /* _MTD_H_ */