diff options
author | Tom Rini | 2022-03-11 09:12:01 -0500 |
---|---|---|
committer | Tom Rini | 2022-03-18 12:48:17 -0400 |
commit | 5d4e863bf80985f915204270d1ba7c16d58d3077 (patch) | |
tree | 54745d7890f8b8b4f2c9bc4e1c4eb213e3a2b8b4 /configs/x530_defconfig | |
parent | 5f7c886c8218a5dc8ac63fff93ec937a6ed5b200 (diff) |
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/x530_defconfig')
-rw-r--r-- | configs/x530_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/x530_defconfig b/configs/x530_defconfig index b12f4922ece..e932db2805d 100644 --- a/configs/x530_defconfig +++ b/configs/x530_defconfig @@ -50,6 +50,7 @@ CONFIG_CMD_MTDPARTS=y CONFIG_CMD_UBI=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_ADDR=0x100000 +CONFIG_ARP_TIMEOUT=200 CONFIG_SPL_OF_TRANSLATE=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_MVTWSI=y |