diff options
Diffstat (limited to 'board/ids8247')
| -rw-r--r-- | board/ids8247/ids8247.c | 16 | 
1 files changed, 0 insertions, 16 deletions
| diff --git a/board/ids8247/ids8247.c b/board/ids8247/ids8247.c index 79fe9da5b..d621833cc 100644 --- a/board/ids8247/ids8247.c +++ b/board/ids8247/ids8247.c @@ -400,24 +400,8 @@ int board_nand_init(struct nand_chip *nand)  #endif	/* CONFIG_CMD_NAND */  #if defined(CONFIG_OF_BOARD_SETUP) && defined(CONFIG_OF_LIBFDT) -/* - * update "memory" property in the blob - */ -void ft_blob_update(void *blob, bd_t *bd) -{ -	int ret; - -	ret = fdt_fixup_memory(blob, (u64)bd->bi_memstart, (u64)bd->bi_memsize); - -	if (ret < 0) { -		printf("ft_blob_update(): cannot set /memory/reg " -			"property err:%s\n", fdt_strerror(ret)); -	} -} -  void ft_board_setup(void *blob, bd_t *bd)  {  	ft_cpu_setup( blob, bd); -	ft_blob_update(blob, bd);  }  #endif /* defined(CONFIG_OF_BOARD_SETUP) && defined(CONFIG_OF_LIBFDT) */ |