auto-sync

This commit is contained in:
rusEfi 2015-01-20 23:04:00 -06:00
parent 0809f045f4
commit d08f817adc
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;