arch: arc: update the ARC port

* remove unused codes and definition

Signed-off-by: Jingru <jingru@synopsys.com>
This commit is contained in:
Jingru
2020-05-06 15:43:26 +08:00
parent 86375271fc
commit 204d269794
9 changed files with 10 additions and 109 deletions

View File

@@ -53,4 +53,4 @@ int main(void)
osThreadCreate(osThread(application_entry), NULL);
/* start kernel */
osKernelStart();
}
}