Re: [U-Boot] [PATCH] Convert CONFIG_IP_DEFRAG to Kconfig

2019-05-08 Thread Joe Hershberger
On Fri, Mar 1, 2019 at 3:44 PM Joe Hershberger wrote: > > On Tue, Feb 12, 2019 at 6:29 AM Christian Gmeiner > wrote: > > > > This converts the following to Kconfig: > >CONFIG_IP_DEFRAG > > > > Signed-off-by: Christian Gmeiner > > Thanks for doing this, but don't we also need to migrate the e

Re: [U-Boot] [PATCH] Convert CONFIG_IP_DEFRAG to Kconfig

2019-03-01 Thread Joe Hershberger
On Tue, Feb 12, 2019 at 6:29 AM Christian Gmeiner wrote: > > This converts the following to Kconfig: >CONFIG_IP_DEFRAG > > Signed-off-by: Christian Gmeiner Thanks for doing this, but don't we also need to migrate the existing targets that define this? include/configs/apalis_imx6.h:72:#defin

Re: [U-Boot] [PATCH] Convert CONFIG_IP_DEFRAG to Kconfig

2019-02-28 Thread Christian Gmeiner
Am Di., 12. Feb. 2019 um 13:29 Uhr schrieb Christian Gmeiner : > > This converts the following to Kconfig: >CONFIG_IP_DEFRAG > > Signed-off-by: Christian Gmeiner > --- > net/Kconfig | 6 ++ > scripts/config_whitelist.txt | 1 - > 2 files changed, 6 insertions(+), 1 deleti

[U-Boot] [PATCH] Convert CONFIG_IP_DEFRAG to Kconfig

2019-02-12 Thread Christian Gmeiner
This converts the following to Kconfig: CONFIG_IP_DEFRAG Signed-off-by: Christian Gmeiner --- net/Kconfig | 6 ++ scripts/config_whitelist.txt | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/net/Kconfig b/net/Kconfig index f2363e5256..5f5f632469 10064