diff options
author | Simon Glass <sjg@chromium.org> | 2021-12-18 11:27:48 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-21 14:01:34 -0500 |
commit | 3df6cd4d63678065ce82637d995ed3170e9e56cd (patch) | |
tree | e63d441b26732f0acf9294aa9421587105321e9f /README | |
parent | 2d7a463e82daeba4f6a7fb59bac0fe94d6f6d3a2 (diff) | |
download | u-boot-3df6cd4d63678065ce82637d995ed3170e9e56cd.tar.gz |
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 <sjg@chromium.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1138,11 +1138,6 @@ The following options need to be configured: server to contact when using the "tftboot" command. (Environment variable "serverip") - CONFIG_KEEP_SERVERADDR - - Keeps the server's MAC address, in the env 'serveraddr' - for passing to bootargs (like Linux's netconsole option) - - Gateway IP address: CONFIG_GATEWAYIP |