mirror of https://gitee.com/openkylin/ipxe.git
rom-change-banner-timeout.diff
Gbp-Pq: Name 0001-rom-change-banner-timeout.diff.patch
This commit is contained in:
parent
bda298a553
commit
40483c0baa
|
@ -28,7 +28,9 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
|
|||
#define PCI_FUNC_MASK 0x07
|
||||
|
||||
/* ROM banner timeout, converted to a number of (18Hz) timer ticks. */
|
||||
#ifndef ROM_BANNER_TIMEOUT_TICKS
|
||||
#define ROM_BANNER_TIMEOUT_TICKS ( ( 18 * ROM_BANNER_TIMEOUT ) / 10 )
|
||||
#endif
|
||||
|
||||
/* Allow payload to be excluded from ROM size
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue