[coreboot] Patch merged into coreboot/master: 1fe424a Clean up use of CONFIG_ variables in coreboot_table.c

gerrit at coreboot.org gerrit at coreboot.org
Fri Mar 9 20:37:52 CET 2012


the following patch was just integrated into master:
commit 1fe424a1a1b1bb7da9392a1d9da598a55b8ae586
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Mon Aug 15 11:26:35 2011 -0700

    Clean up use of CONFIG_ variables in coreboot_table.c
    
    CONFIG_ variables are used inconsistently within the file
    src/arch/x86/boot/coreboot_table.c. #ifdef will do the wrong
    thing if the option is disabled. #if (CONFIG_FOO == 1) is
    not needed.
    
    Change-Id: Ifcac6ceac5fb34b931281beae500023597b3533b
    Signed-off-by: Stefan Reinauer <reinauer at google.com>

Build-Tested: build bot (Jenkins) at Fri Mar  9 07:53:29 2012, giving +1
See http://review.coreboot.org/701 for details.

-gerrit




More information about the coreboot mailing list