mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
remove READ_FROM_OC
This commit is contained in:
parent
8cf91394a2
commit
09634f7c94
@ -1 +1 @@
|
||||
Subproject commit bc0b403c614504c083c28c89f6a85494d5b492fd
|
||||
Subproject commit 5bba7a54aa7fb6036d5d59ce99b46746fa003685
|
@ -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));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user