Loading...
iokit/Kernel/IOStartIOKit.cpp xnu-10002.1.13 xnu-11215.41.3
--- xnu/xnu-10002.1.13/iokit/Kernel/IOStartIOKit.cpp
+++ xnu/xnu-11215.41.3/iokit/Kernel/IOStartIOKit.cpp
@@ -77,11 +77,8 @@
 	t.tv_sec = 30;
 	t.tv_nsec = 0;
 
-// RTC is not present on this target
-#ifndef BCM2837
 	IOService::waitForService(
 		IOService::resourceMatching("IORTC"), &t );
-#endif
 #if defined(__i386__) || defined(__x86_64__)
 	IOService::waitForService(
 		IOService::resourceMatching("IONVRAM"), &t );