diff options
Diffstat (limited to 'configs/maxbcm_defconfig')
-rw-r--r-- | configs/maxbcm_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/maxbcm_defconfig b/configs/maxbcm_defconfig index a69c035..b9e133e 100644 --- a/configs/maxbcm_defconfig +++ b/configs/maxbcm_defconfig @@ -35,6 +35,8 @@ CONFIG_CMD_TIME=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_SPI_MAX_HZ=50000000 CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_ARP_TIMEOUT=200 +CONFIG_NET_RETRY_COUNT=50 CONFIG_SPL_OF_TRANSLATE=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_MVTWSI=y |