From: Marek BehĂșn Date: Fri, 24 May 2019 12:57:48 +0000 (+0200) Subject: arm: mvebu: turris_omnia: set default ethernet adapter X-Git-Tag: v2019.10-rc1~33^2~15 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1b355e53fcfd2f05ab17f77851feb82bdf9e6b5a;p=oweals%2Fu-boot.git arm: mvebu: turris_omnia: set default ethernet adapter Set default value for the ethact variable to the WAN port. Signed-off-by: Marek BehĂșn Reviewed-by: Stefan Roese Signed-off-by: Stefan Roese --- diff --git a/include/configs/turris_omnia.h b/include/configs/turris_omnia.h index 018f54428b..290828d73e 100644 --- a/include/configs/turris_omnia.h +++ b/include/configs/turris_omnia.h @@ -122,6 +122,7 @@ LOAD_ADDRESS_ENV_SETTINGS \ "fdtfile=" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \ "console=ttyS0,115200\0" \ + "ethact=ethernet@34000\0" \ BOOTENV #endif /* CONFIG_SPL_BUILD */