board: xen: Remove unnecessary CONFIG_BOARD_EARLY_INIT_F define and board_early_init_f function

Signed-off-by: Anastasiia Lukianenko <anastasiia_lukianenko@epam.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Anastasiia Lukianenko 2020-08-21 12:10:00 +03:00 committed by Tom Rini
parent 35051db978
commit 4da1365d5c
2 changed files with 0 additions and 7 deletions

View File

@ -184,11 +184,6 @@ int ft_board_setup(void *blob, struct bd_info *bd)
return 0;
}
int board_early_init_f(void)
{
return 0;
}
int print_cpuinfo(void)
{
printf("Xen virtual CPU\n");

View File

@ -9,8 +9,6 @@
#include <linux/types.h>
#endif
#define CONFIG_BOARD_EARLY_INIT_F
#define CONFIG_EXTRA_ENV_SETTINGS
#undef CONFIG_NR_DRAM_BANKS