1201_ht_bus0_dev0_fidvid_core.diff
[coreboot.git] / src / cpu / x86 / 32bit / reset32.lds
1 /*
2  *      _ROMTOP                 : The top of the rom used where we
3  *                                need to put the reset vector.
4  */
5
6 SECTIONS {
7         _ROMTOP = _ROMBASE + ROM_IMAGE_SIZE - 0x10;
8         . = _ROMTOP;
9         .reset (.): {
10                 *(.reset)
11                 . = 15 ;
12                 BYTE(0x00);
13         } 
14 }