11 lines
297 B
C
11 lines
297 B
C
|
/* Requested here: https://bugzilla.redhat.com/show_bug.cgi?id=842932 */
|
||
|
#undef BANNER_TIMEOUT
|
||
|
#define BANNER_TIMEOUT 30
|
||
|
#undef ROM_BANNER_TIMEOUT
|
||
|
#define ROM_BANNER_TIMEOUT 0
|
||
|
|
||
|
/* Requested here: https://bugzilla.redhat.com/show_bug.cgi?id=1058176 */
|
||
|
#define IMAGE_PNG
|
||
|
|
||
|
#undef EFI_PROTO_LOAD_FILE
|