diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2019-06-11 04:51:14 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-06-14 16:03:56 -0400 |
commit | 3f6bcdf6a5b315e99b878212219a99e8df177112 (patch) | |
tree | 6f477b61ddf60ee7f579418af752b379f2222ce8 /include/configs/apalis-tk1.h | |
parent | 0dfe442e87199dec94febf6169da487d89f4f19a (diff) | |
download | u-boot-3f6bcdf6a5b315e99b878212219a99e8df177112.tar.gz |
net: Convert CONFIG_IP_DEFRAG to Kconfig
Convert CONFIG_IP_DEFRAG to Kconfig, update defconfigs, headers
and whitelist. This patch is a follow-up on a patch by Christian
Gmeiner with the added config/header/whitelist updates.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Reported-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'include/configs/apalis-tk1.h')
-rw-r--r-- | include/configs/apalis-tk1.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/apalis-tk1.h b/include/configs/apalis-tk1.h index 490ca64b10..51d1261cae 100644 --- a/include/configs/apalis-tk1.h +++ b/include/configs/apalis-tk1.h @@ -31,7 +31,6 @@ #define CONFIG_E1000_NO_NVM /* General networking support */ -#define CONFIG_IP_DEFRAG #define CONFIG_TFTP_BLOCKSIZE 16352 #define CONFIG_TFTP_TSIZE |