[coreboot-gerrit] Patch merged into coreboot/master: lib: compile mdelay for bootblock

gerrit at coreboot.org gerrit at coreboot.org
Wed Jan 20 21:48:00 CET 2016


the following patch was just integrated into master:
commit b0a2d3c298d2b06c8d1d52fe540c932e358cc59e
Author: Patrick Georgi <pgeorgi at chromium.org>
Date:   Tue Jan 19 18:10:55 2016 +0100

    lib: compile mdelay for bootblock
    
    Mediatek's bootblock needs mdelay, which depends on a udelay
    implementation. Compiling the file for bootblock poses no harm:
    Either udelay exists (in which case mdelay is usable) or it doesn't in
    which case we see exactly the same kind of build time error (just with
    udelay instead of mdelay).
    
    Change-Id: I7037308d2d79c5cb1b05bb2b57a0912ad11cd7a6
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Reviewed-on: https://review.coreboot.org/13049
    Tested-by: build bot (Jenkins)
    Reviewed-by: Martin Roth <martinroth at google.com>


See https://review.coreboot.org/13049 for details.

-gerrit



More information about the coreboot-gerrit mailing list