the following patch was just integrated into master: commit 1fe424a1a1b1bb7da9392a1d9da598a55b8ae586 Author: Stefan Reinauer reinauer@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@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