Re: [PATCH v2 1/5] Convert CONFIG_KEEP_SERVERADDR to Kconfig

2022-01-21 Thread Tom Rini
On Sat, Dec 18, 2021 at 11:27:48AM -0700, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_KEEP_SERVERADDR > > Drop the preprocessor usage also. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 1/5] Convert CONFIG_KEEP_SERVERADDR to Kconfig

2021-12-18 Thread Simon Glass
This converts the following to Kconfig: CONFIG_KEEP_SERVERADDR Drop the preprocessor usage also. Signed-off-by: Simon Glass --- (no changes since v1) README | 5 - include/configs/sandbox.h| 1 - net/Kconfig | 9 + net/arp.c