This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / southbridge / nvidia / mcp55 / id.inc
index ad386e7eee0507b9be768df12d1dc94177e6c259..880ae4b766c5c23d26d5a237713f32c1fb08ae91 100644 (file)
        .globl __id_start
 __id_start:
 vendor:
-       .asciz MAINBOARD_VENDOR
+       .asciz CONFIG_MAINBOARD_VENDOR
 part:
-       .asciz MAINBOARD_PART_NUMBER
+       .asciz CONFIG_MAINBOARD_PART_NUMBER
 .long __id_end + 0x80 - vendor  /* Reverse offset to the vendor id */
 .long __id_end + 0x80 - part    /* Reverse offset to the part number */
-.long PAYLOAD_SIZE + ROM_IMAGE_SIZE  /* Size of this romimage */
+.long CONFIG_PAYLOAD_SIZE + CONFIG_ROM_IMAGE_SIZE  /* Size of this romimage */
        .globl __id_end
 
 __id_end: