[U-Boot] [PATCH v2 u-boot-marvell 1/7] arm: mvebu: turris_omnia: set default ethernet adapter
Marek BehĂșn
marek.behun at nic.cz
Fri May 24 12:57:48 UTC 2019
Set default value for the ethact variable to the WAN port.
Signed-off-by: Marek BehĂșn <marek.behun at nic.cz>
---
include/configs/turris_omnia.h | 1 +
1 file changed, 1 insertion(+)
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 at 34000\0" \
BOOTENV
#endif /* CONFIG_SPL_BUILD */
--
2.21.0
More information about the U-Boot
mailing list