Skip to content

Commit

Permalink
gr716: remove unused _gr716_softRst function
Browse files Browse the repository at this point in the history
JIRA: RTOS-586
  • Loading branch information
lukileczo committed Sep 1, 2023
1 parent cf1160d commit f46efdd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
5 changes: 0 additions & 5 deletions hal/sparcv8leon3/gr716/gr716.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,6 @@ int _gr716_cguClkStatus(u32 cgu, u32 device)
}


void _gr716_softRst(void)
{
}


void _gr716_init(void)
{
gr716_common.grgpreg_base = GRGPREG_BASE;
Expand Down
3 changes: 0 additions & 3 deletions hal/sparcv8leon3/gr716/gr716.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ typedef struct {
} iomux_cfg_t;


extern void _gr716_softRst(void);


extern int _gr716_iomuxCfg(iomux_cfg_t *ioCfg);


Expand Down

0 comments on commit f46efdd

Please sign in to comment.