projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85fe441
)
arm: mvebu: turris_omnia: set default ethernet adapter
author
Marek Behún
<marek.behun@nic.cz>
Fri, 24 May 2019 12:57:48 +0000
(14:57 +0200)
committer
Stefan Roese
<sr@denx.de>
Thu, 11 Jul 2019 08:58:02 +0000
(10:58 +0200)
Set default value for the ethact variable to the WAN port.
Signed-off-by: Marek Behún <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
Signed-off-by: Stefan Roese <sr@denx.de>
include/configs/turris_omnia.h
patch
|
blob
|
history
diff --git
a/include/configs/turris_omnia.h
b/include/configs/turris_omnia.h
index 018f54428bccc94cf066be59477ea622abeedbf3..290828d73e11505ac8d8428de03d0bd790a48e99 100644
(file)
--- 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 */