Apply linuxbios-rename-other-payload-options.patch
[coreboot.git] / src / arch / i386 / lib / failover_failover.lds
1         __fallback_image = (CONFIG_ROM_PAYLOAD_START & 0xfffffff0) - 8;
2         __normal_image = ((CONFIG_ROM_PAYLOAD_START - FALLBACK_SIZE) & 0xfffffff0) - 8;