aboutsummaryrefslogtreecommitdiff
path: root/include/configs/sandbox.h
diff options
context:
space:
mode:
authorSimon Glass2021-12-18 11:27:51 -0700
committerTom Rini2022-01-21 14:01:35 -0500
commitd3877fba3172486245f02f1b027f3069de891ca7 (patch)
tree01be8773947a64fdcdf4035c62c9cb6677b470d1 /include/configs/sandbox.h
parentd6b318de2f0670b13240c7147e60497aef5f1164 (diff)
Convert CONFIG_BOOTP_SERVERIP to Kconfig
This converts the following to Kconfig: CONFIG_BOOTP_SERVERIP Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/sandbox.h')
-rw-r--r--include/configs/sandbox.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h
index 5c2f3d84c3b..9e0e8c7056f 100644
--- a/include/configs/sandbox.h
+++ b/include/configs/sandbox.h
@@ -25,8 +25,6 @@
#define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\
115200}
-#define CONFIG_BOOTP_SERVERIP
-
#ifndef SANDBOX_NO_SDL
#define CONFIG_SANDBOX_SDL
#endif