diff options
author | Pali Rohár <pali@kernel.org> | 2022-04-06 11:39:33 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2022-05-02 07:47:26 +0200 |
commit | 31f88018d924fffaa9b710017261e415850ef2b2 (patch) | |
tree | 1ec652cb99992c7fcd725980a6c4d376ce360985 /configs/turris_omnia_defconfig | |
parent | 1ae8a5fb6a59c3712f1e3adf25989ac23c9ec1bc (diff) | |
download | u-boot-31f88018d924fffaa9b710017261e415850ef2b2.tar.gz u-boot-31f88018d924fffaa9b710017261e415850ef2b2.tar.bz2 u-boot-31f88018d924fffaa9b710017261e415850ef2b2.zip |
arm: mvebu: turris_omnia: Define CONFIG_ETHPRIME instead of ethact= ENV
CONFIG_ETHPRIME defines primary ethernet device and env variable $ethact
stores currently active ethernet device.
So there is no point to set ethact= in default environment. Instead set
CONFIG_ETHPRIME properly.
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Marek Behún <marek.behun@nic.cz>
Diffstat (limited to 'configs/turris_omnia_defconfig')
-rw-r--r-- | configs/turris_omnia_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig index f310debe6f..5591c9716b 100644 --- a/configs/turris_omnia_defconfig +++ b/configs/turris_omnia_defconfig @@ -64,6 +64,8 @@ CONFIG_CMD_FS_UUID=y # CONFIG_SPL_PARTITION_UUIDS is not set CONFIG_ENV_OVERWRITE=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y +CONFIG_USE_ETHPRIME=y +CONFIG_ETHPRIME="ethernet@34000" CONFIG_ARP_TIMEOUT=200 CONFIG_NET_RETRY_COUNT=50 CONFIG_SPL_OF_TRANSLATE=y |