[coreboot-gerrit] New patch to review for coreboot: lib: compile mdelay for romstage

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Jan 21 12:52:34 CET 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13115

-gerrit

commit bbdc24c8b1d70366596cdd222fae0ca98102194e
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Thu Jan 21 12:46:10 2016 +0100

    lib: compile mdelay for romstage
    
    Mimicking change I7037308d2, always compile mdelay for romstage.
    
    Change-Id: I7e5169ec94e5417536e967194e8eab67381e7c98
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 src/lib/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc
index f3db345..2aba078 100644
--- a/src/lib/Makefile.inc
+++ b/src/lib/Makefile.inc
@@ -69,7 +69,7 @@ $(foreach arch,$(ARCH_SUPPORTED),\
 	    $(eval rmodules_$(arch)-y += rmodule.ld))
 
 romstage-y += fmap.c
-romstage-$(CONFIG_I2C_TPM) += delay.c
+romstage-y += delay.c
 romstage-y += cbfs.c
 romstage-$(CONFIG_COMMON_CBFS_SPI_WRAPPER) += cbfs_spi.c
 romstage-$(CONFIG_COMPRESS_RAMSTAGE) += lzma.c lzmadecode.c



More information about the coreboot-gerrit mailing list