mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
fdt: rename IMAAGE_OF_BOARD_SETUP to IMAGE_OF_BOARD_SETUP
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Tom Rini
parent
df2f6c9621
commit
95f7062710
@@ -463,7 +463,7 @@ int image_setup_libfdt(bootm_headers_t *images, void *blob,
|
||||
return -1;
|
||||
}
|
||||
arch_fixup_memory_node(blob);
|
||||
if (IMAAGE_OF_BOARD_SETUP)
|
||||
if (IMAGE_OF_BOARD_SETUP)
|
||||
ft_board_setup(blob, gd->bd);
|
||||
fdt_fixup_ethernet(blob);
|
||||
|
||||
|
Reference in New Issue
Block a user