commit | c2797f0495c46c88846ac78d3974562ae62bf0d3 | [log] [tgz] |
---|---|---|
author | Yegor Yefremov <yegorslists@googlemail.com> | Fri Aug 09 07:21:57 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 20 11:46:11 2019 -0400 |
tree | 6448545e518500d500a20929c683c0e735de0de1 | |
parent | b9b918f70ed145ef7114bca358c060965782dd13 [diff] |
arm: baltos: use device tree alias to access Ethernet slave The full path has changed in the recent kernels so that it is not possible to load them. Aliases "ethernet0" and "ethernet1" are still present in both legacy and new kernels. Also, fix error messages to correspond to the taken actions. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>