From: Simon Glass Date: Fri, 7 Aug 2015 13:42:22 +0000 (-0600) Subject: arm: rpi: Define CONFIG_TFTP_TSIZE to show tftp size info X-Git-Tag: v2016.07-rc1~69^2~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d0375f3cc55ce740836f9ba6fe081ed0fdc19a3c;p=u-boot arm: rpi: Define CONFIG_TFTP_TSIZE to show tftp size info This shows a proper progress display and the total amount of data transferred. Enable it for Raspberry Pi. Signed-off-by: Simon Glass Acked-by: Stephen Warren --- diff --git a/include/configs/rpi.h b/include/configs/rpi.h index af58182e7b..9ef5eae304 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -106,6 +106,7 @@ #define CONFIG_USB_STORAGE #define CONFIG_USB_HOST_ETHER #define CONFIG_USB_ETHER_SMSC95XX +#define CONFIG_TFTP_TSIZE #define CONFIG_MISC_INIT_R #define CONFIG_USB_KEYBOARD #define CONFIG_SYS_USB_EVENT_POLL