auto-sync
This commit is contained in:
parent
0809f045f4
commit
d08f817adc
|
@ -139,7 +139,7 @@
|
||||||
#define EFI_ANALOG_CHART TRUE
|
#define EFI_ANALOG_CHART TRUE
|
||||||
|
|
||||||
#if defined __GNUC__
|
#if defined __GNUC__
|
||||||
#define EFI_PERF_METRICS TRUE
|
#define EFI_PERF_METRICS FALSE
|
||||||
#define DL_OUTPUT_BUFFER 6500
|
#define DL_OUTPUT_BUFFER 6500
|
||||||
#else
|
#else
|
||||||
#define EFI_PERF_METRICS FALSE
|
#define EFI_PERF_METRICS FALSE
|
||||||
|
|
|
@ -253,7 +253,7 @@ void firmwareError(const char *fmt, ...) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static char UNUSED_RAM_SIZE[10500];
|
static char UNUSED_RAM_SIZE[12500];
|
||||||
|
|
||||||
static char UNUSED_CCM_SIZE[8000] CCM_OPTIONAL;
|
static char UNUSED_CCM_SIZE[8000] CCM_OPTIONAL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue