arm: Add CONFIG_OF_BOARD_SETUP support to bootm
ARM boards need to change device tree settings as well Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
parent
4e7067f332
commit
c6734261ec
@ -258,6 +258,9 @@ static int create_fdt(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);
|
||||
#ifdef CONFIG_OF_BOARD_SETUP
|
||||
ft_board_setup(*of_flat_tree, gd->bd);
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user