This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / cpu / amd / model_gx2 / vsmsetup.c
index dc1b6808362c53672a9f020c5f141fed31898e69..3c71cdb4083b57fc586c8fe549d8f64f2da54a63 100644 (file)
@@ -271,7 +271,7 @@ void do_vsmbios(void)
        //rom = 0xfff80000;
        //rom = 0xfffc0000;
        /* the VSA starts at the base of rom - 64 */
-       rom = ((unsigned long) 0) - (ROM_SIZE  + 64*1024);
+       rom = ((unsigned long) 0) - (CONFIG_ROM_SIZE  + 64*1024);
 
        buf = (unsigned char *) 0x60000;
        olen = unrv2b((uint8_t *)rom, buf, &ilen);