From ba28ef2b300787df296a78adfdf4c607d8239ade Mon Sep 17 00:00:00 2001 From: Bernhard Nortmann Date: Wed, 9 Sep 2015 11:57:46 +0200 Subject: [PATCH] fel: fix typo Signed-off-by: Bernhard Nortmann Acked-by: Siarhei Siamashka --- fel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fel.c b/fel.c index c29df86..f96cc78 100644 --- a/fel.c +++ b/fel.c @@ -863,7 +863,7 @@ void aw_fel_write_uboot_image(libusb_device_handle *usb, * available from be32toh(buf32[6]) * * However, this requires CRC routines that mimic their U-Boot - * counterparts, namely image_check_dcrc() in ${U-BOOT}/common/image.cabs + * counterparts, namely image_check_dcrc() in ${U-BOOT}/common/image.c * and crc_wd() in ${U-BOOT}/lib/crc32.c * * It should be investigated if existing CRC routines in sunxi-tools