[coreboot-gerrit] Patch merged into coreboot/master: 8171496 Get rid of HAVE_INIT_TIMER config option

gerrit at coreboot.org gerrit at coreboot.org
Sat Apr 26 13:25:30 CEST 2014


the following patch was just integrated into master:
commit 817149643c27fca022cf526d6113a4aff898d511
Author: Furquan Shaikh <furquan at google.com>
Date:   Tue Apr 22 11:48:30 2014 -0700

    Get rid of HAVE_INIT_TIMER config option
    
    There is redundancy in terms of use of init_timer. We have a Kconfig option to
    decide whether a board has init_timer as well as we use a stub for init_timer in
    places where we do not have any init_timer defined. Thus, remove the Kconfig
    option. Henceforth, all boards that do not have init_timer functionality can
    include a stub_timer if required.
    
    Change-Id: I35d38ec686f4dc92861cf9248f9b540323cd98ae
    Signed-off-by: Furquan Shaikh <furquan at google.com>
    Reviewed-on: http://review.coreboot.org/5569
    Tested-by: build bot (Jenkins)
    Reviewed-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Reviewed-by: Kyösti Mälkki <kyosti.malkki at gmail.com>


See http://review.coreboot.org/5569 for details.

-gerrit



More information about the coreboot-gerrit mailing list