]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: renesas: remove empty board_early_init_f function
authorBiju Das <biju.das.jz@bp.renesas.com>
Tue, 22 Sep 2020 08:46:32 +0000 (09:46 +0100)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 26 Sep 2020 15:25:43 +0000 (17:25 +0200)
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>
board/renesas/condor/condor.c
board/renesas/ebisu/ebisu.c
configs/r8a77980_condor_defconfig
configs/r8a77990_ebisu_defconfig

index ac28d74b4df38fb4792626b231ecad61336bc8c8..8054511d9d6c08376185f596638781fde47d3fde 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
-int board_early_init_f(void)
-{
-       return 0;
-}
-
 int board_init(void)
 {
        /* adress of boot parameters */
index 8d837279c165fc1fb86773e77c7e2878bb68b892..8d6b8fecf963a05e01f98390fec1d801b7221763 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
-int board_early_init_f(void)
-{
-       return 0;
-}
-
 int board_init(void)
 {
        /* adress of boot parameters */
index 1f72e55285096d49804f76ced232428ad1077c77..709eb344644fd9e7177f12f9c68d98349ff45618 100644 (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
index f5502de1fcd928a894a68df18bd11e9b30c875fc..f4499cd6e8a279eb8c49a32fd7d0818598c210eb 100644 (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