Skip to content
Snippets Groups Projects
Commit a223e2bc authored by Hannes Schmelzer's avatar Hannes Schmelzer Committed by Tom Rini
Browse files

bootvx_fdt: fix missing 'fdt_fixup_ethernet(...)' on vxWorks boot


Before commit 26d61195 (fdt: Move fdt_fixup_ethernet to a common place)
the fdt_fixup_ethernet(...) was called during do_bootvx_fdt(...).

Afterwards the only (common) place for this fixup is during
image_setup_libfdt(...) and this is only called, at least on ARM
platform, from image_setup_linux(...).

All this ends up in the fact, that the fdt_fixup_ethernet(...) is only
called on booting a linux image and not on booting a vxWorks image.

We fix this with adding the fdt_fixup_ethernet(...) call again to
do_bootvx_fdt(...)

Signed-off-by: default avatarHannes Schmelzer <oe5hpm@oevsv.at>
Reviewed-by: default avatarBin Meng <bmeng.cn@gmail.com>
parent 5daf6e56
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment