net: tftp: remove TFTP_MTU_BLOCKSIZE
authorPatrick Delaunay <patrick.delaunay@st.com>
Wed, 22 Apr 2020 12:18:26 +0000 (14:18 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 27 Apr 2020 18:55:29 +0000 (14:55 -0400)
commit31d275b095e2c8c5607ab0e95e8342be7071ddf6
treea705cff5364f91955d87fdc6ecb3a84dec03b3e9
parent421de7fec831902fb9b88651446cc80ae4045d45
net: tftp: remove TFTP_MTU_BLOCKSIZE

Remove the unneeded define TFTP_MTU_BLOCKSIZE.
Since the KConfig migration done by commit b618b3707633 ("net:
Convert CONFIG_TFTP_BLOCKSIZE to Kconfig"), CONFIG_TFTP_BLOCKSIZE
is always defined and can be used directly to avoid confusion
(fallback to 1468 in code is never used).

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
net/tftp.c