something is not right here, do we still have RAM image in MRE QC?
This commit is contained in:
parent
0d1f7f48e3
commit
ead3ff60b4
|
@ -10,6 +10,10 @@ export EXTRA_PARAMS="-DDUMMY \
|
|||
-DEFI_LOGIC_ANALYZER=FALSE \
|
||||
-DEFI_TOOTH_LOGGER=FALSE \
|
||||
-DEFI_LUA=FALSE \
|
||||
-DEFI_CJ125=FALSE \
|
||||
-DEFI_MALFUNCTION_INDICATOR=FALSE \
|
||||
-DEFI_AUX_PID=FALSE \
|
||||
-DEFI_MAX_31855=FALSE \
|
||||
-DEFI_ENGINE_SNIFFER=FALSE \
|
||||
-DEFI_LAUNCH_CONTROL=FALSE \
|
||||
-DHW_CHECK_ALWAYS_STIMULATE=TRUE \
|
||||
|
|
|
@ -115,7 +115,9 @@
|
|||
#define EFI_ALTERNATOR_CONTROL TRUE
|
||||
#endif
|
||||
|
||||
#ifndef EFI_AUX_PID
|
||||
#define EFI_AUX_PID TRUE
|
||||
#endif
|
||||
|
||||
#define EFI_SIGNAL_EXECUTOR_SLEEP FALSE
|
||||
#define EFI_SIGNAL_EXECUTOR_ONE_TIMER TRUE
|
||||
|
@ -319,10 +321,14 @@
|
|||
/**
|
||||
* Do we need Malfunction Indicator blinking logic?
|
||||
*/
|
||||
#ifndef EFI_MALFUNCTION_INDICATOR
|
||||
#define EFI_MALFUNCTION_INDICATOR TRUE
|
||||
//#define EFI_MALFUNCTION_INDICATOR FALSE
|
||||
#endif
|
||||
|
||||
#ifndef CONSOLE_MAX_ACTIONS
|
||||
#define CONSOLE_MAX_ACTIONS 180
|
||||
#endif
|
||||
|
||||
#define EFI_MAP_AVERAGING TRUE
|
||||
//#define EFI_MAP_AVERAGING FALSE
|
||||
|
|
Loading…
Reference in New Issue