move the call of scc_init to main function
This commit is contained in:
parent
683f8cca1e
commit
d3ad7e1c66
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@ int main(void)
|
|||
#endif
|
||||
multitasking_init();
|
||||
mmu_init();
|
||||
#ifdef CONFIG_ROCKCREEK
|
||||
scc_init();
|
||||
#endif
|
||||
initrd_init();
|
||||
|
||||
irq_enable();
|
||||
|
|
Loading…
Add table
Reference in a new issue