mirror of https://github.com/ipxe/ipxe.git
Calculate _rom_size for the ROM prefix
parent
8d0c5f3302
commit
46253ba618
|
@ -236,4 +236,5 @@ SECTIONS {
|
|||
* Values calculated to save code from doing it
|
||||
*/
|
||||
_load_size_pgh = ( _load_size / 16 );
|
||||
_rom_size = ( ( _load_size + 511 ) / 512 );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue