diff options
Diffstat (limited to 'configs/mx51evk_defconfig')
-rw-r--r-- | configs/mx51evk_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/mx51evk_defconfig b/configs/mx51evk_defconfig index 7ee220a8104..6cf3c5931c6 100644 --- a/configs/mx51evk_defconfig +++ b/configs/mx51evk_defconfig @@ -33,6 +33,9 @@ CONFIG_OF_CONTROL=y CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_MMC=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_USE_ETHPRIME=y +CONFIG_ETHPRIME="FEC0" +CONFIG_ARP_TIMEOUT=200 CONFIG_DM=y CONFIG_FSL_ESDHC_IMX=y CONFIG_MTD=y |