Remove redundant extern SystemInit

Signed-off-by: Zbigniew Bodek <zbigniew.bodek@huawei.com>
Change-Id: I3c93fd703eb184d946f25a7f6be3c70124b469c1
This commit is contained in:
Zbigniew Bodek 2020-12-31 19:21:25 +08:00
parent 3cac7c61bb
commit fab70c738d
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ extern "C" {
#endif /* __cplusplus */
extern UINT32 OsSystemInit(VOID);
extern VOID SystemInit(VOID);
VOID __attribute__((weak)) SystemInit(VOID)
{