diff options
Diffstat (limited to 'configs/deneb_defconfig')
-rw-r--r-- | configs/deneb_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/deneb_defconfig b/configs/deneb_defconfig index 3f6d90ef8a..adf4755275 100644 --- a/configs/deneb_defconfig +++ b/configs/deneb_defconfig @@ -69,6 +69,8 @@ CONFIG_ENV_IS_IN_MMC=y CONFIG_SYS_REDUNDAND_ENVIRONMENT=y CONFIG_SYS_MMC_ENV_PART=2 CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG=y +CONFIG_USE_ETHPRIME=y +CONFIG_ETHPRIME="eth1" CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_DM=y CONFIG_BOOTCOUNT_LIMIT=y |