[coreboot-gerrit] Patch merged into coreboot/master: a173a62 Remove guarding #includes by CONFIG_FOO combinations

gerrit at coreboot.org gerrit at coreboot.org
Sat Jun 21 08:07:26 CEST 2014


the following patch was just integrated into master:
commit a173a6255b5c3b7febea5cdf581fc3a57299954a
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Tue Jun 17 17:05:36 2014 +1000

    Remove guarding #includes by CONFIG_FOO combinations
    
    First of many to remove guarding the inclusion of headers based on
    CONFIG_ options. This *potentially* could hide issues such as functions
    being swapped from under our feet, since different runtime behaviour
    could be declared with the function same name and type-signature. Hence,
    depending on the header we happen to get may change runtime behaviour.
    
    Change-Id: Ife56801c783c44e1882abef711e09b85b7f295a4
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
    Reviewed-on: http://review.coreboot.org/6055
    Tested-by: build bot (Jenkins)
    Reviewed-by: Patrick Georgi <patrick at georgi-clan.de>


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

-gerrit



More information about the coreboot-gerrit mailing list