Add explicit Program Headers to linker scripts.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 10 Jan 2010 05:38:53 +0000 (00:38 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 10 Jan 2010 05:38:53 +0000 (00:38 -0500)
commit92a5742b5f9f217ba6315fa13d075ba98ebc3fd6
tree3f21289a0d067e30f9ef6d8f6b85bb93df0608b0
parent6fc91b2ca2bb68498135260c3c6065610ca892e6
Add explicit Program Headers to linker scripts.

Looks like some versions of binutils are aligning the LOAD program
header to a large size.  This is causing an issue for coreboot users,
so add an explicit LOAD program header with a reasonable value.
src/rombios.lds.S
src/rombios16.lds.S
src/rombios32seg.lds.S