From 31f88018d924fffaa9b710017261e415850ef2b2 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Wed, 6 Apr 2022 11:39:33 +0200 Subject: arm: mvebu: turris_omnia: Define CONFIG_ETHPRIME instead of ethact= ENV MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Marek Behún --- include/configs/turris_omnia.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/configs/turris_omnia.h b/include/configs/turris_omnia.h index b35299b2fbb..e8130ac858d 100644 --- a/include/configs/turris_omnia.h +++ b/include/configs/turris_omnia.h @@ -119,7 +119,6 @@ LOAD_ADDRESS_ENV_SETTINGS \ "fdtfile=" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \ "console=ttyS0,115200\0" \ - "ethact=ethernet@34000\0" \ "bootcmd_rescue=" TURRIS_OMNIA_BOOTCMD_RESCUE "\0" \ BOOTENV -- cgit v1.3.1