diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2019-06-11 04:51:15 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-14 16:10:36 -0400 |
commit | b618b3707633d4e345104b345c382b5e3bfcbe52 (patch) | |
tree | d7bd7b4968fbe501599ce9144d05a5c206eb58f2 /include/configs/xilinx_versal.h | |
parent | 3f6bcdf6a5b315e99b878212219a99e8df177112 (diff) | |
download | u-boot-b618b3707633d4e345104b345c382b5e3bfcbe52.tar.gz |
net: Convert CONFIG_TFTP_BLOCKSIZE to Kconfig
Convert CONFIG_TFTP_BLOCKSIZE to Kconfig, update defconfigs,
headers and whitelist.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs/xilinx_versal.h')
-rw-r--r-- | include/configs/xilinx_versal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/xilinx_versal.h b/include/configs/xilinx_versal.h index b2521df3db..296f4502c6 100644 --- a/include/configs/xilinx_versal.h +++ b/include/configs/xilinx_versal.h @@ -41,8 +41,6 @@ #define CONFIG_BOOTP_BOOTFILESIZE #define CONFIG_BOOTP_MAY_FAIL -#define CONFIG_TFTP_BLOCKSIZE 4096 - /* Miscellaneous configurable options */ #define CONFIG_SYS_LOAD_ADDR 0x8000000 |