Remove CONFIG_ from #defines that aren't config variables. Trivial.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Myles Watson <mylesgw@gmail.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4802 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Myles Watson
2009-10-17 13:25:07 +00:00
parent d7b37b0a67
commit 0bc615482e
11 changed files with 22 additions and 22 deletions

View File

@@ -102,9 +102,9 @@ cpu_reset_x:
:"=a" (new_cpu_reset)
);
#ifdef CONFIG_DEACTIVATE_CAR
#ifdef DEACTIVATE_CAR
print_debug("Deactivating CAR");
#include CONFIG_DEACTIVATE_CAR_FILE
#include DEACTIVATE_CAR_FILE
print_debug(" - Done.\r\n");
#endif
/* Copy and execute coreboot_ram */

View File

@@ -102,9 +102,9 @@ cpu_reset_x:
:"=a" (new_cpu_reset)
);
#ifdef CONFIG_DEACTIVATE_CAR
#ifdef DEACTIVATE_CAR
print_debug("Deactivating CAR");
#include CONFIG_DEACTIVATE_CAR_FILE
#include DEACTIVATE_CAR_FILE
print_debug(" - Done.\r\n");
#endif
/* Copy and execute coreboot_ram */