diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-07 07:42:22 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-05-26 20:48:31 -0600 |
commit | d0375f3cc55ce740836f9ba6fe081ed0fdc19a3c (patch) | |
tree | 28f59c75f8986a0a47e9b4c8637244a4d7bc9a24 /include | |
parent | 8961b524240f40ac2fefcdee0818af10899832f2 (diff) | |
download | u-boot-imx-d0375f3cc55ce740836f9ba6fe081ed0fdc19a3c.zip u-boot-imx-d0375f3cc55ce740836f9ba6fe081ed0fdc19a3c.tar.gz u-boot-imx-d0375f3cc55ce740836f9ba6fe081ed0fdc19a3c.tar.bz2 |
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 <sjg@chromium.org>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/rpi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h index af58182..9ef5eae 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 |