]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: stm32: Use CONFIG_TFTP_TSIZE on DHSOM
authorMarek Vasut <marex@denx.de>
Sun, 1 May 2022 16:43:29 +0000 (18:43 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Tue, 10 May 2022 11:54:47 +0000 (13:54 +0200)
commit69fcaea4a7208e22e82d94c933192c20a720f79c
treeb4452639c6eefd197350cd9b972032cfa4debdf5
parentc75f22e4926ce8a21c82551459a303ed6a1a0ac4
ARM: stm32: Use CONFIG_TFTP_TSIZE on DHSOM

Long TFTP transfers lead to a wall of # characters on UART, which in
the end may slow down the transfer itself. Use CONFIG_TFTP_TSIZE to
print progress in fewer # characters.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Ramon Fried <rfried.dev@gmail.com>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
configs/stm32mp15_dhcom_basic_defconfig
configs/stm32mp15_dhcor_basic_defconfig