move the call of scc_init to main function

This commit is contained in:
Stefan Lankes 2011-04-08 07:24:47 -07:00
parent 683f8cca1e
commit d3ad7e1c66

View file

@ -89,6 +89,9 @@ int main(void)
#endif
multitasking_init();
mmu_init();
#ifdef CONFIG_ROCKCREEK
scc_init();
#endif
initrd_init();
irq_enable();