diff options
Diffstat (limited to 'common/image.c')
| -rw-r--r-- | common/image.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/common/image.c b/common/image.c index ea5973086..fcb938b08 100644 --- a/common/image.c +++ b/common/image.c @@ -1184,6 +1184,7 @@ static int fit_check_fdt (const void *fit, int fdt_noffset, int verify)   *      0 - success   *      1 - failure   */ +#if defined(CONFIG_SYS_BOOTMAPSZ)  int boot_relocate_fdt (struct lmb *lmb, ulong bootmap_base,  		char **of_flat_tree, ulong *of_size)  { @@ -1263,6 +1264,7 @@ int boot_relocate_fdt (struct lmb *lmb, ulong bootmap_base,  error:  	return 1;  } +#endif /* CONFIG_SYS_BOOTMAPSZ */  /**   * boot_get_fdt - main fdt handling routine |