board: renesas: Remove empty s_init function
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>
This commit is contained in:
parent
aead065e0e
commit
e6c8e763e9
@ -18,10 +18,6 @@
|
|||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
|
|
||||||
void s_init(void)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
int board_early_init_f(void)
|
int board_early_init_f(void)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
@ -30,10 +30,6 @@
|
|||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
|
|
||||||
void s_init(void)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
#define GSX_MSTP112 BIT(12) /* 3DG */
|
#define GSX_MSTP112 BIT(12) /* 3DG */
|
||||||
#define SCIF2_MSTP310 BIT(10) /* SCIF2 */
|
#define SCIF2_MSTP310 BIT(10) /* SCIF2 */
|
||||||
#define DVFS_MSTP926 BIT(26)
|
#define DVFS_MSTP926 BIT(26)
|
||||||
|
@ -29,10 +29,6 @@
|
|||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
|
|
||||||
void s_init(void)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
int board_early_init_f(void)
|
int board_early_init_f(void)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
@ -31,10 +31,6 @@
|
|||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
|
|
||||||
void s_init(void)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
#define DVFS_MSTP926 BIT(26)
|
#define DVFS_MSTP926 BIT(26)
|
||||||
#define HSUSB_MSTP704 BIT(4) /* HSUSB */
|
#define HSUSB_MSTP704 BIT(4) /* HSUSB */
|
||||||
|
|
||||||
|
@ -29,10 +29,6 @@
|
|||||||
|
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
|
|
||||||
void s_init(void)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
#define DVFS_MSTP926 BIT(26)
|
#define DVFS_MSTP926 BIT(26)
|
||||||
#define HSUSB_MSTP704 BIT(4) /* HSUSB */
|
#define HSUSB_MSTP704 BIT(4) /* HSUSB */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user