ce491547b0742b699e88e9b380381b1001ece437
[coreboot.git] / src / arch / i386 / init / ldscript_apc.lb
1 INPUT(coreboot_apc.rom)
2 SECTIONS
3 {
4         .apcrom . : {
5                 _apcrom = .;
6                 coreboot_apc.rom(*)
7                 _eapcrom = .;
8         }
9         _iseg_apc = DCACHE_RAM_BASE;
10         _eiseg_apc = _iseg_apc + SIZEOF(.apcrom);
11         _liseg_apc = _apcrom;
12         _eliseg_apc = _eapcrom;
13 }