mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 07:34:31 +00:00
arm, fdt: update ethernet mac address before booting Linux
Signed-off-by: Heiko Schocher <hs@denx.de> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net> Cc: Gerald van Baren <gvb.uboot@gmail.com> Acked-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
9fd6826611
commit
3ea11cacdd
1 changed files with 2 additions and 0 deletions
|
@ -206,6 +206,8 @@ static int bootm_linux_fdt(int machid, bootm_headers_t *images)
|
|||
|
||||
fixup_memory_node(*of_flat_tree);
|
||||
|
||||
fdt_fixup_ethernet(*of_flat_tree);
|
||||
|
||||
fdt_initrd(*of_flat_tree, *initrd_start, *initrd_end, 1);
|
||||
|
||||
announce_and_cleanup();
|
||||
|
|
Loading…
Reference in a new issue