diff options
author | Tom Rini <trini@konsulko.com> | 2022-03-11 09:12:01 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-03-18 12:48:17 -0400 |
commit | 5d4e863bf80985f915204270d1ba7c16d58d3077 (patch) | |
tree | 54745d7890f8b8b4f2c9bc4e1c4eb213e3a2b8b4 /configs/db-xc3-24g4xg_defconfig | |
parent | 5f7c886c8218a5dc8ac63fff93ec937a6ed5b200 (diff) | |
download | u-boot-5d4e863bf80985f915204270d1ba7c16d58d3077.tar.gz u-boot-5d4e863bf80985f915204270d1ba7c16d58d3077.tar.bz2 u-boot-5d4e863bf80985f915204270d1ba7c16d58d3077.zip |
Convert CONFIG_ARP_TIMEOUT to Kconfig
This converts the following to Kconfig:
CONFIG_ARP_TIMEOUT
Cc: Ramon Fried <rfried.dev@gmail.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/db-xc3-24g4xg_defconfig')
-rw-r--r-- | configs/db-xc3-24g4xg_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/db-xc3-24g4xg_defconfig b/configs/db-xc3-24g4xg_defconfig index 3c0b045a21..aa47b84563 100644 --- a/configs/db-xc3-24g4xg_defconfig +++ b/configs/db-xc3-24g4xg_defconfig @@ -39,6 +39,7 @@ CONFIG_CMD_UBI=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_ARP_TIMEOUT=200 CONFIG_DM_I2C=y CONFIG_SYS_I2C_MVTWSI=y # CONFIG_MMC is not set |