mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-15 23:14:31 +08:00
74790cf981
The reason for this change is that after change from amba to axi U-Boot
started to show error like:
Unable to update property /axi/ethernet@ff0e0000:mac-address, err=FDT_ERR_NOTFOUND
Unable to update property /axi/ethernet@ff0e0000:local-mac-address, err=FDT_ERR_NOTFOUND
The reason is implementation in fdt_nodename_eq_() which is taken from dtc
to the kernel and to the U-Boot. Especially DTC commit d2a9da045897 ("libfdt:
Make unit address optional for finding nodes") which is in DTC from 2007.
The part of commit description is
" This is contrary to traditional OF-like finddevice() behaviour, which
allows the unit address to be omitted (which is useful when the device
name is unambiguous without the address)."
The kernel commit
|
||
---|---|---|
.. | ||
actions | ||
allwinner | ||
altera | ||
amazon | ||
amd | ||
amlogic | ||
apm | ||
arm | ||
bitmain | ||
broadcom | ||
cavium | ||
exynos | ||
freescale | ||
hisilicon | ||
intel | ||
lg | ||
marvell | ||
mediatek | ||
microchip | ||
nvidia | ||
qcom | ||
realtek | ||
renesas | ||
rockchip | ||
socionext | ||
sprd | ||
synaptics | ||
ti | ||
toshiba | ||
xilinx | ||
zte | ||
Makefile |