Remove conflicting _start prototype to fix raspberry pi build.

This commit is contained in:
Michael Lotz
2012-11-27 20:58:29 +01:00
parent 959cf38384
commit dc333d7460
@@ -35,7 +35,6 @@ extern uint8 __stack_start;
extern uint8 __stack_end;
extern int main(stage2_args *args);
void _start(void);
// Adjusted during mmu_init
addr_t gPeripheralBase = DEVICE_BASE;