X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fmtd%2Fmtd_uboot.c;h=21386951efd5a80edb66345adb845d77853ce0fb;hb=3861d784b1a470570a0098ac5c25d79e3073c0d9;hp=c517b9c65d685a6dcb8e7d2197a5a25a8f19f5ca;hpb=4905dfc65d9a17083727865302d2cf633c15c911;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 }