Rename some preprocessor symbols. I have no idea why
those symbols were left alone before, after this, they're somewhat more in line with the rest of the tree. Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4442 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
#define __X86EMU_FPU_REGS_H
|
||||
|
||||
|
||||
#if defined(CONFIG_DEBUG) && (DEBUG == 0)
|
||||
#if defined(CONFIG_DEBUG) && (CONFIG_DEBUG == 0)
|
||||
#undef CONFIG_DEBUG
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user