Kernel - Slight reworks to timer code
[tpg/acess2.git] / Kernel / arch / armv7 / main.c
index eb9f1a6..248c17c 100644 (file)
@@ -43,8 +43,12 @@ int kmain(void)
 
        //
        LogF("Moving to arch-independent init\n");
+       #if PLATFORM_is_tegra2
+       System_Init("Acess2.armv7.bin /Acess=initrd: -VTerm:Video=Tegra2Vid");
+       #else
        System_Init("Acess2.armv7.bin /Acess=initrd: -VTerm:Video=PL110");
-//     System_Init("/Acess=initrd:");
+       #endif
+//     System_Init("Acess2.armv7.bin /Acess=initrd:");
        //TODO: 
        LogF("End of kmain(), for(;;) Threads_Sleep();\n");
        for(;;)

UCC git Repository :: git.ucc.asn.au