]> git.sur5r.net Git - u-boot/blobdiff - drivers/mtd/mtd_uboot.c
spi: Remove spi_setup_slave_fdt
[u-boot] / drivers / mtd / mtd_uboot.c
index c517b9c65d685a6dcb8e7d2197a5a25a8f19f5ca..21386951efd5a80edb66345adb845d77853ce0fb 100644 (file)
@@ -37,7 +37,7 @@ static int get_part(const char *partname, int *idx, loff_t *off, loff_t *size,
 
        return 0;
 #else
-       puts("offset is not a number\n");
+       puts("mtdparts support missing.\n");
        return -1;
 #endif
 }