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 /configs/M5373EVB_defconfig | |
parent | 3df6cd4d63678065ce82637d995ed3170e9e56cd (diff) | |
download | u-boot-4b37fd146bb86b72f52b97386602ae58727b09fc.tar.gz |
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 'configs/M5373EVB_defconfig')
-rw-r--r-- | configs/M5373EVB_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/M5373EVB_defconfig b/configs/M5373EVB_defconfig index 8e61b72887..c5aa3fd5e4 100644 --- a/configs/M5373EVB_defconfig +++ b/configs/M5373EVB_defconfig @@ -22,6 +22,7 @@ CONFIG_CMD_CACHE=y CONFIG_CMD_DATE=y CONFIG_ENV_ADDR=0x4000 CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_UDP_CHECKSUM=y CONFIG_SYS_I2C_LEGACY=y CONFIG_SYS_I2C_FSL=y CONFIG_SYS_FSL_I2C_OFFSET=0x58000 |