board: renesas: remove empty board_early_init_f function

Remove empty board_early_init_f function, since it is disabled
in ebisu and condor board configs.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
This commit is contained in:
Biju Das 2020-09-22 09:46:32 +01:00 committed by Marek Vasut
parent 5157b011da
commit cb1b6795df
4 changed files with 2 additions and 10 deletions

View File

@ -18,11 +18,6 @@
DECLARE_GLOBAL_DATA_PTR;
int board_early_init_f(void)
{
return 0;
}
int board_init(void)
{
/* adress of boot parameters */

View File

@ -29,11 +29,6 @@
DECLARE_GLOBAL_DATA_PTR;
int board_early_init_f(void)
{
return 0;
}
int board_init(void)
{
/* adress of boot parameters */

View File

@ -10,6 +10,7 @@ CONFIG_DM_GPIO=y
CONFIG_SPL_TEXT_BASE=0xe6318000
CONFIG_RCAR_GEN3=y
CONFIG_TARGET_CONDOR=y
# CONFIG_BOARD_EARLY_INIT_F is not set
CONFIG_DEFAULT_DEVICE_TREE="r8a77980-condor-u-boot"
CONFIG_SMBIOS_PRODUCT_NAME=""
CONFIG_FIT=y

View File

@ -9,6 +9,7 @@ CONFIG_DM_GPIO=y
CONFIG_SPL_TEXT_BASE=0xe6318000
CONFIG_RCAR_GEN3=y
CONFIG_TARGET_EBISU=y
# CONFIG_BOARD_EARLY_INIT_F is not set
CONFIG_DEFAULT_DEVICE_TREE="r8a77990-ebisu-u-boot"
CONFIG_SMBIOS_PRODUCT_NAME=""
CONFIG_FIT=y