remove READ_FROM_OC

This commit is contained in:
jief666 2020-09-19 14:40:41 +03:00
parent 8cf91394a2
commit 09634f7c94
2 changed files with 11 additions and 11 deletions

@ -1 +1 @@
Subproject commit bc0b403c614504c083c28c89f6a85494d5b492fd
Subproject commit 5bba7a54aa7fb6036d5d59ce99b46746fa003685

View File

@ -1381,17 +1381,17 @@ DBG("Beginning OC\n");
* Next, comment out the next lines one by one. Once the boot failed, we got the section that
* holds the setting that makes a difference.
*/
#define READ_FROM_OC
#define USE_OC_SECTION_Acpi
#define USE_OC_SECTION_Booter
#define USE_OC_SECTION_DeviceProperties
#define USE_OC_SECTION_Kernel
#define USE_OC_SECTION_Misc
#define USE_OC_SECTION_Nvram
#define USE_OC_SECTION_PlatformInfo
#define USE_OC_SECTION_Uefi
//#define USE_OC_SECTION_Acpi
//#define USE_OC_SECTION_Booter
//#define USE_OC_SECTION_DeviceProperties
//#define USE_OC_SECTION_Kernel
//#define USE_OC_SECTION_Misc
//#define USE_OC_SECTION_Nvram
//#define USE_OC_SECTION_PlatformInfo
//#define USE_OC_SECTION_Uefi
#if !defined(READ_FROM_OC)
#if !defined(USE_OC_SECTION_Acpi) && !defined(USE_OC_SECTION_Booter) && !defined(USE_OC_SECTION_DeviceProperties) && !defined(USE_OC_SECTION_Kernel) && !defined(USE_OC_SECTION_Misc) && \
!defined(USE_OC_SECTION_Nvram) && !defined(USE_OC_SECTION_PlatformInfo) && !defined(USE_OC_SECTION_Uefi)
memset(&mOpenCoreConfiguration, 0, sizeof(mOpenCoreConfiguration));