Clean up use of CONFIG_ variables in coreboot_table.c
authorStefan Reinauer <reinauer@chromium.org>
Mon, 15 Aug 2011 18:26:35 +0000 (11:26 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 9 Mar 2012 19:37:34 +0000 (20:37 +0100)
commitc75bfde967a3d535a8ae94d58ed9cb4d0a827442
treec8f393172b074620f1a44730e359040fdf4e1820
parent526087172dcdceebafcfffb08d47ed1c3447f9a4
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>
Reviewed-on: http://review.coreboot.org/701
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Tested-by: build bot (Jenkins)
src/arch/x86/boot/coreboot_table.c