diff options
Diffstat (limited to 'board/cm5200/cm5200.c')
| -rw-r--r-- | board/cm5200/cm5200.c | 15 | 
1 files changed, 0 insertions, 15 deletions
| diff --git a/board/cm5200/cm5200.c b/board/cm5200/cm5200.c index 9e2f1a536..5ebcd66c6 100644 --- a/board/cm5200/cm5200.c +++ b/board/cm5200/cm5200.c @@ -271,13 +271,6 @@ static void ft_blob_update(void *blob, bd_t *bd)  	if (ret < 0)  	printf("ft_blob_update(): cannot set /model property err:%s\n",  		fdt_strerror(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)); -	}  }  #endif /* defined(CONFIG_OF_BOARD_SETUP) && defined(CONFIG_OF_LIBFDT) */ @@ -330,14 +323,6 @@ int board_early_init_r(void)  } -#ifdef CONFIG_POST -int post_hotkeys_pressed(void) -{ -	return 0; -} -#endif /* CONFIG_POST */ - -  #if defined(CONFIG_POST) || defined(CONFIG_LOGBUFFER)  void post_word_store(ulong a)  { |