1
0
Fork 0

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>
utp
Masahiro Yamada 2014-01-29 16:29:16 +09:00 committed by Tom Rini
parent df2f6c9621
commit 95f7062710
2 changed files with 3 additions and 3 deletions

View File

@ -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);

View File

@ -99,9 +99,9 @@ struct lmb;
#endif
#ifdef CONFIG_OF_BOARD_SETUP
# define IMAAGE_OF_BOARD_SETUP 1
# define IMAGE_OF_BOARD_SETUP 1
#else
# define IMAAGE_OF_BOARD_SETUP 0
# define IMAGE_OF_BOARD_SETUP 0
#endif
/*