We need to prototype _start() as well, as we use it to test if we're running
from flash or from RAM. Reported by: imp MFC After: 3 days
This commit is contained in:
parent
c7a0fc800c
commit
2c361379e4
@ -47,6 +47,7 @@ extern char kernel_end[];
|
||||
|
||||
extern void *_end;
|
||||
|
||||
void _start(void);
|
||||
void __start(void);
|
||||
void __startC(void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user