From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 7 Feb 2020 10:37:08 -0700 Subject: [PATCH] net: convert NET_MAXDEFRAG to Kconfig In-Reply-To: <20200207151701.25362-1-rasmus.villemoes@prevas.dk> References: <20200207151701.25362-1-rasmus.villemoes@prevas.dk> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 7 Feb 2020 at 08:17, Rasmus Villemoes wrote: > > Signed-off-by: Rasmus Villemoes > --- > net/Kconfig | 10 ++++++++++ > net/net.c | 3 --- > scripts/config_whitelist.txt | 1 - > 3 files changed, 10 insertions(+), 4 deletions(-) Reviewed-by: Simon Glass