diff options
author | Simon Glass <sjg@chromium.org> | 2021-12-18 11:27:49 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-21 14:01:34 -0500 |
commit | 4b37fd146bb86b72f52b97386602ae58727b09fc (patch) | |
tree | 578d5b4efd797c908d38a6faa3bd2daa1e25f57d /include | |
parent | 3df6cd4d63678065ce82637d995ed3170e9e56cd (diff) | |
download | u-boot-4b37fd146bb86b72f52b97386602ae58727b09fc.tar.gz u-boot-4b37fd146bb86b72f52b97386602ae58727b09fc.tar.bz2 u-boot-4b37fd146bb86b72f52b97386602ae58727b09fc.zip |
Convert CONFIG_UDP_CHECKSUM to Kconfig
This converts the following to Kconfig:
CONFIG_UDP_CHECKSUM
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/M5208EVBE.h | 2 | ||||
-rw-r--r-- | include/configs/M53017EVB.h | 2 | ||||
-rw-r--r-- | include/configs/M5329EVB.h | 2 | ||||
-rw-r--r-- | include/configs/M5373EVB.h | 2 | ||||
-rw-r--r-- | include/configs/sandbox.h | 1 |
5 files changed, 0 insertions, 9 deletions
diff --git a/include/configs/M5208EVBE.h b/include/configs/M5208EVBE.h index 5ed624c7b7..3723c5db0d 100644 --- a/include/configs/M5208EVBE.h +++ b/include/configs/M5208EVBE.h @@ -39,8 +39,6 @@ /* I2C */ -#define CONFIG_UDP_CHECKSUM - #ifdef CONFIG_MCFFEC # define CONFIG_IPADDR 192.162.1.2 # define CONFIG_NETMASK 255.255.255.0 diff --git a/include/configs/M53017EVB.h b/include/configs/M53017EVB.h index 5db189ae2d..d70ebac7fd 100644 --- a/include/configs/M53017EVB.h +++ b/include/configs/M53017EVB.h @@ -54,8 +54,6 @@ /* I2C */ -#define CONFIG_UDP_CHECKSUM - #ifdef CONFIG_MCFFEC # define CONFIG_IPADDR 192.162.1.2 # define CONFIG_NETMASK 255.255.255.0 diff --git a/include/configs/M5329EVB.h b/include/configs/M5329EVB.h index f96f54ef65..e59187d719 100644 --- a/include/configs/M5329EVB.h +++ b/include/configs/M5329EVB.h @@ -48,8 +48,6 @@ /* I2C */ -#define CONFIG_UDP_CHECKSUM - #ifdef CONFIG_MCFFEC # define CONFIG_IPADDR 192.162.1.2 # define CONFIG_NETMASK 255.255.255.0 diff --git a/include/configs/M5373EVB.h b/include/configs/M5373EVB.h index b7906013e0..2a56c9056d 100644 --- a/include/configs/M5373EVB.h +++ b/include/configs/M5373EVB.h @@ -50,8 +50,6 @@ /* I2C */ -#define CONFIG_UDP_CHECKSUM - #ifdef CONFIG_MCFFEC # define CONFIG_IPADDR 192.162.1.2 # define CONFIG_NETMASK 255.255.255.0 diff --git a/include/configs/sandbox.h b/include/configs/sandbox.h index 1dd21d5e92..2cb8a90f5e 100644 --- a/include/configs/sandbox.h +++ b/include/configs/sandbox.h @@ -25,7 +25,6 @@ #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\ 115200} -#define CONFIG_UDP_CHECKSUM #define CONFIG_TIMESTAMP #define CONFIG_BOOTP_SERVERIP |