mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
arm: restore fdt_fixup_ethernet call to do_bootm_linux
Commit 0a672d4
"arm: Add Prep subcommand support to bootm" re-organized
do_bootm_linux for ARM. During the re-organization, the call to
fdt_fixup_ethernet() was removed. I assume this was useful, so add it
back.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
1723997610
commit
9e02a6b8e5
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ static int create_fdt(bootm_headers_t *images)
|
|||
|
||||
fdt_chosen(*of_flat_tree, 1);
|
||||
fixup_memory_node(*of_flat_tree);
|
||||
fdt_fixup_ethernet(*of_flat_tree);
|
||||
fdt_initrd(*of_flat_tree, *initrd_start, *initrd_end, 1);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue