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 /configs/brppt1_nand_defconfig | |
parent | 028aa0946f6f720e19ae521bb1159bbc95e19e49 (diff) | |
download | u-boot-a542e4307db9dcdfdc0c1cd961b896c261c7f3da.tar.gz u-boot-a542e4307db9dcdfdc0c1cd961b896c261c7f3da.tar.bz2 u-boot-a542e4307db9dcdfdc0c1cd961b896c261c7f3da.zip |
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 'configs/brppt1_nand_defconfig')
-rw-r--r-- | configs/brppt1_nand_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/brppt1_nand_defconfig b/configs/brppt1_nand_defconfig index 551eda8bd1..0561e629ec 100644 --- a/configs/brppt1_nand_defconfig +++ b/configs/brppt1_nand_defconfig @@ -54,6 +54,7 @@ CONFIG_CMD_PART=y CONFIG_CMD_USB=y # CONFIG_CMD_ITEST is not set CONFIG_CMD_DHCP=y +CONFIG_BOOTP_MAY_FAIL=y # CONFIG_CMD_NFS is not set CONFIG_CMD_MII=y CONFIG_CMD_PING=y |