]> git.ipfire.org Git - people/ms/u-boot.git/commit
VxWorks: fixup MAC address for VxWorks
authorMiao Yan <yanmiaobest@gmail.com>
Wed, 2 Dec 2015 07:39:01 +0000 (23:39 -0800)
committerTom Rini <trini@konsulko.com>
Sat, 12 Dec 2015 20:56:08 +0000 (15:56 -0500)
commitb3b522f247d3f19c4f2309ab0e6a02b3dd82de45
tree6fcdf0f3b12fd3dba64b78a7968b9037bb49e71a
parent665624149a55f43e25e13ea50bd0015c31e6c6bb
VxWorks: fixup MAC address for VxWorks

VxWorks 7 kernels retrieve 'local-mac-addr' from dtb and use
that for NIC MAC address. As a result, when booting the same
kernel image on multiple boards, there will be address
conflicts.

So fixup MAC address when booting VxWorks 7 kernels

Signed-off-by: Miao Yan <yanmiaobest@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
common/bootm_os.c