mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
82a3c9ef20
Linux uses the prefix "ethernet" whereas u-boot uses "eth". This is from
the linux tree:
$ grep "eth[0-9].*=.*&" arch/**/*dts{,i}|wc -l
0
$ grep "ethernet[0-9].*=.*&" arch/**/*dts{,i}|wc -l
633
In u-boot device trees both prefixes are used. Until recently the only
user of the ethernet alias was the sandbox test device tree. This
changed with commit
|
||
---|---|---|
.. | ||
include | ||
cros-ec-keyboard.dtsi | ||
Makefile | ||
overlay0.dts | ||
overlay1.dts | ||
sandbox.dts | ||
sandbox.dtsi | ||
sandbox64.dts | ||
sandbox_pmic.dtsi | ||
test.dts |