blob: 8417ea907a7c25f6e4262119672cc87208e6aeb7 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/*
* This file is only for debugging purposes.
* Its intent is to comfortably turn on/off the EFI-functions which cause the
* errors in tst2 (see ticket #1599 - Remove UEFI functions and refactor).
* Delete this and all references to it after the bug is resolved.
*/
short efi_activate = 0;
|