km/ppc: use Kconfig for MEMTEST configuration
[pandora-u-boot.git] / include / mtd.h
index 65fcd3c..b0f8693 100644 (file)
@@ -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_ */