diff options
Diffstat (limited to 'src/config/general.h')
-rw-r--r-- | src/config/general.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/general.h b/src/config/general.h index c8afc10a..57d3444e 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -144,6 +144,12 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define AUTOBOOT_ROM_FILTER /* Autoboot only devices matching our ROM */ /* + * EFI specific options + * + */ +#define EFI_PROTO_LOAD_FILE /* register LOAD_FILE protocol */ + +/* * Error message tables to include * */ |