diff options
author | Tom Rini <trini@konsulko.com> | 2022-02-25 11:19:50 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-03 16:51:20 -0500 |
commit | a542e4307db9dcdfdc0c1cd961b896c261c7f3da (patch) | |
tree | a8928716dce059c121b1af4d441dd4a612049e61 /include/configs/M5249EVB.h | |
parent | 028aa0946f6f720e19ae521bb1159bbc95e19e49 (diff) | |
download | u-boot-a542e4307db9dcdfdc0c1cd961b896c261c7f3da.tar.gz |
Convert CONFIG_BOOTP_MAY_FAIL et al to Kconfig
This converts the following to Kconfig:
CONFIG_BOOTP_MAY_FAIL
CONFIG_BOOTP_VENDOREX
CONFIG_BOOTP_BOOTFILESIZE
CONFIG_BOOTP_NISDOMAIN
CONFIG_BOOTP_TIMEOFFSET
Cc: Ramon Fried <rfried.dev@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/M5249EVB.h')
-rw-r--r-- | include/configs/M5249EVB.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/M5249EVB.h b/include/configs/M5249EVB.h index 32671494d9..ff029213b5 100644 --- a/include/configs/M5249EVB.h +++ b/include/configs/M5249EVB.h @@ -24,11 +24,6 @@ #undef CONFIG_MONITOR_IS_IN_RAM /* no pre-loader required!!! ;-) */ /* - * BOOTP options - */ -#undef CONFIG_BOOTP_BOOTFILESIZE - -/* * Clock configuration: enable only one of the following options */ |