Move TPM code to romstage
[coreboot.git] / src / pc80 / Makefile.inc
index cd6ea33483508d4984b0e94eee6c4f3a1e1979fc..8ca21bf5e5817ba31c44903eea88825d41e14066 100644 (file)
@@ -4,7 +4,7 @@ ramstage-y += i8254.c
 ramstage-y += i8259.c
 ramstage-$(CONFIG_UDELAY_IO) += udelay_io.c
 ramstage-y += keyboard.c
-ramstage-$(CONFIG_TPM) += tpm.c
+romstage-$(CONFIG_TPM) += tpm.c
 
 romstage-$(CONFIG_USE_OPTION_TABLE) += mc146818rtc_early.c
 subdirs-y += vga