]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
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 91afcdd85a84dbdd96bda1c5fd47b471ab58aa4e..ac28d74b4df38fb4792626b231ecad61336bc8c8 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
-void s_init(void)
-{
-}
-
 int board_early_init_f(void)
 {
        return 0;
index c8f4b214a2d854414b9251aa890a0f9e68c79e76..7d48cd1b114829cf1e469691ae8b9b9381308296 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 d164a36361fc92f192cbc2c92de187d8c3da4372..8d837279c165fc1fb86773e77c7e2878bb68b892 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
-void s_init(void)
-{
-}
-
 int board_early_init_f(void)
 {
        return 0;
index 947bdaefa8075120aa54b65b21439a2f43fb8f30..c78c2a42b02a6da100ddf0d4aa52e55ea12f6a0c 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
-void s_init(void)
-{
-}
-
 #define DVFS_MSTP926           BIT(26)
 #define HSUSB_MSTP704          BIT(4)  /* HSUSB */
 
index 07bc1ec719989903d7166b15bef2a9016f49818f..efbffa0ee77c95fa450348f504e21a68f2514a1b 100644 (file)
 
 DECLARE_GLOBAL_DATA_PTR;
 
-void s_init(void)
-{
-}
-
 #define DVFS_MSTP926           BIT(26)
 #define HSUSB_MSTP704          BIT(4)  /* HSUSB */