diff options
| author | Simon Glass <[email protected]> | 2021-12-18 11:27:48 -0700 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-01-21 14:01:34 -0500 |
| commit | 3df6cd4d63678065ce82637d995ed3170e9e56cd (patch) | |
| tree | e63d441b26732f0acf9294aa9421587105321e9f /include | |
| parent | 2d7a463e82daeba4f6a7fb59bac0fe94d6f6d3a2 (diff) | |
Convert CONFIG_KEEP_SERVERADDR to Kconfig
This converts the following to Kconfig:
CONFIG_KEEP_SERVERADDR
Drop the preprocessor usage also.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sandbox.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index cd7d99ec69c..1dd21d5e925 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -25,7 +25,6 @@ #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\ 115200} -#define CONFIG_KEEP_SERVERADDR #define CONFIG_UDP_CHECKSUM #define CONFIG_TIMESTAMP #define CONFIG_BOOTP_SERVERIP |
