Add support for Nvidia Southbridges to Kconfig.
[coreboot.git] / src / southbridge / nvidia / ck804 / romstrap.lds
1 SECTIONS {
2         . = (CONFIG_ROMBASE + CONFIG_ROM_IMAGE_SIZE - 0x10) - (__romstrap_end - __romstrap_start);
3         .romstrap (.): {
4                 *(.romstrap)
5         }
6 }