board: renesas: Remove empty s_init function
authorBiju Das <biju.das.jz@bp.renesas.com>
Tue, 22 Sep 2020 08:41:50 +0000 (09:41 +0100)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 26 Sep 2020 15:25:43 +0000 (17:25 +0200)
Default s_init weak function available, so remove the
s_init empty function.

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/draak/draak.c
board/renesas/ebisu/ebisu.c
board/renesas/salvator-x/salvator-x.c
board/renesas/ulcb/ulcb.c

index 91afcdd..ac28d74 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
-void s_init(void)
-{
-}
-
 int board_early_init_f(void)
 {
        return 0;
index c8f4b21..7d48cd1 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
-void s_init(void)
-{
-}
-
 #define GSX_MSTP112            BIT(12) /* 3DG */
 #define SCIF2_MSTP310          BIT(10) /* SCIF2 */
 #define DVFS_MSTP926           BIT(26)
index d164a36..8d83727 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
-void s_init(void)
-{
-}
-
 int board_early_init_f(void)
 {
        return 0;
index 947bdae..c78c2a4 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
-void s_init(void)
-{
-}
-
 #define DVFS_MSTP926           BIT(26)
 #define HSUSB_MSTP704          BIT(4)  /* HSUSB */
 
index 07bc1ec..efbffa0 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
-void s_init(void)
-{
-}
-
 #define DVFS_MSTP926           BIT(26)
 #define HSUSB_MSTP704          BIT(4)  /* HSUSB */