Loading...
iokit/Kernel/IOStartIOKit.cpp xnu-10063.141.1 xnu-11215.1.10
--- xnu/xnu-10063.141.1/iokit/Kernel/IOStartIOKit.cpp
+++ xnu/xnu-11215.1.10/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 );