Rename AMD_AGESA to CPU_AMD_AGESA
[coreboot.git] / src / arch / x86 / init / bootblock.ld
index bde0430059aeb815481cd93d0387157600fad496..fd4d3db960381b84ad2602eaa591db65a59637ae 100644 (file)
@@ -51,5 +51,5 @@ SECTIONS
                *(.eh_frame);
        }
 
-       _bogus = ASSERT((SIZEOF(.bss) + SIZEOF(.data)) == 0 || CONFIG_AMD_AGESA, "Do not use global variables in romstage");
+       _bogus = ASSERT((SIZEOF(.bss) + SIZEOF(.data)) == 0 || CONFIG_CPU_AMD_AGESA, "Do not use global variables in romstage");
 }