commit | e91d688a1b4688baae149582694802cc1f175420 | [log] [tgz] |
---|---|---|
author | Phil Sutter <phil@nwl.cc> | Fri Mar 05 21:05:11 2021 +0100 |
committer | Stefan Roese <sr@denx.de> | Thu Apr 08 08:50:41 2021 +0200 |
tree | 73d2bcecf52871fae19d44f8693f8ae687f18cca | |
parent | ef534b2f0e410c4781949f862046ca7b2c600531 [diff] |
arm: mvebu: ds414: Auto-populate env if appropriate Define a misc_init_r() which calls "syno populate_env" if the environment seems incomplete (or default), indicated by missing "ethaddr" variable. With this in place, no random MAC address fallback is needed anymore. Signed-off-by: Phil Sutter <phil@nwl.cc>