X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fmtd%2Fmtd_uboot.c;h=21386951efd5a80edb66345adb845d77853ce0fb;hb=4096f350d5218830ffedc56631e4382df478a370;hp=c517b9c65d685a6dcb8e7d2197a5a25a8f19f5ca;hpb=f448c5d3200372fa73f340144d013fdecf4e2f1f;p=u-boot diff --git a/drivers/mtd/mtd_uboot.c b/drivers/mtd/mtd_uboot.c index c517b9c65d..21386951ef 100644 --- a/drivers/mtd/mtd_uboot.c +++ b/drivers/mtd/mtd_uboot.c @@ -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 }