diff options
author | Tom Rini <trini@konsulko.com> | 2020-06-16 19:06:17 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-06-26 10:29:05 -0400 |
commit | e2dce7a532ea07394d89dd44592d0e9eedbd9b6a (patch) | |
tree | d2196f105cbb213fd996ea3a44570b901ae28445 /include/configs/siemens-am33x-common.h | |
parent | 40930837abd26514d7b9e2607621c8ce28d9fa65 (diff) | |
download | u-boot-e2dce7a532ea07394d89dd44592d0e9eedbd9b6a.tar.gz u-boot-e2dce7a532ea07394d89dd44592d0e9eedbd9b6a.tar.bz2 u-boot-e2dce7a532ea07394d89dd44592d0e9eedbd9b6a.zip |
Convert CONFIG_BOOTP_DNS2 to Kconfig
This converts the following to Kconfig:
CONFIG_BOOTP_DNS2
CONFIG_BOOTP_PXE_CLIENTARCH
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/siemens-am33x-common.h')
-rw-r--r-- | include/configs/siemens-am33x-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/siemens-am33x-common.h b/include/configs/siemens-am33x-common.h index ed93117650..d146ba51de 100644 --- a/include/configs/siemens-am33x-common.h +++ b/include/configs/siemens-am33x-common.h @@ -171,7 +171,6 @@ */ #define CONFIG_BOOTP_DEFAULT -#define CONFIG_BOOTP_DNS2 #define CONFIG_BOOTP_SEND_HOSTNAME #define CONFIG_NET_RETRY_COUNT 10 |