diff options
Diffstat (limited to 'board/ti/j721e/evm.c')
| -rw-r--r-- | board/ti/j721e/evm.c | 7 | 
1 files changed, 1 insertions, 6 deletions
| diff --git a/board/ti/j721e/evm.c b/board/ti/j721e/evm.c index b1ed29af001..e030fe7dc87 100644 --- a/board/ti/j721e/evm.c +++ b/board/ti/j721e/evm.c @@ -66,11 +66,6 @@ struct efi_capsule_update_info update_info = {  	.images = fw_images,  }; -int board_init(void) -{ -	return 0; -} -  phys_addr_t board_get_usable_ram_top(phys_size_t total_size)  {  #ifdef CONFIG_PHYS_64BIT @@ -132,7 +127,7 @@ static void __maybe_unused detect_enable_hyperflash(void *blob)  #if defined(CONFIG_XPL_BUILD) && (defined(CONFIG_TARGET_J7200_A72_EVM) || defined(CONFIG_TARGET_J7200_R5_EVM) || \  					defined(CONFIG_TARGET_J721E_A72_EVM) || defined(CONFIG_TARGET_J721E_R5_EVM)) -void spl_perform_fixups(struct spl_image_info *spl_image) +void spl_perform_board_fixups(struct spl_image_info *spl_image)  {  	detect_enable_hyperflash(spl_image->fdt_addr);  } | 
