diff mbox series

[U-Boot,u-boot-marvell,1/6] arm: mvebu: turris_omnia: set default ethernet adapter

Message ID 20190510031029.23739-2-marek.behun@nic.cz
State Superseded
Delegated to: Stefan Roese
Headers show
Series More fixes for Turris Omnia | expand

Commit Message

Marek BehĂșn May 10, 2019, 3:10 a.m. UTC
Set default value for the ethact variable to the WAN port.

Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>
---
 include/configs/turris_omnia.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 */