From b618b3707633d4e345104b345c382b5e3bfcbe52 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 11 Jun 2019 04:51:15 +0200 Subject: net: Convert CONFIG_TFTP_BLOCKSIZE to Kconfig Convert CONFIG_TFTP_BLOCKSIZE to Kconfig, update defconfigs, headers and whitelist. Signed-off-by: Marek Vasut Cc: Christian Gmeiner Cc: Joe Hershberger --- include/configs/colibri-imx6ull.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/colibri-imx6ull.h') diff --git a/include/configs/colibri-imx6ull.h b/include/configs/colibri-imx6ull.h index 20f5440cb25..21d9a3da01f 100644 --- a/include/configs/colibri-imx6ull.h +++ b/include/configs/colibri-imx6ull.h @@ -19,7 +19,6 @@ #define CONFIG_SYS_MALLOC_LEN (32 * SZ_1M) /* Network */ -#define CONFIG_TFTP_BLOCKSIZE 16352 #define CONFIG_TFTP_TSIZE /* ENET1 */ -- cgit