diff options
author | Roman Kononov <kononov195-lbl@yahoo.com> | 2007-02-01 00:40:51 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2007-02-01 00:40:51 +0000 |
commit | 0980049a629acea1c069f19bede02b5d5a2feab7 (patch) | |
tree | b63a90aa214f25f9d02a4e470ba13b523d80f23a /src/include/cpu | |
parent | c65bd562a8653cdf7e273917a9f5dcea1f5f99b7 (diff) | |
download | coreboot-0980049a629acea1c069f19bede02b5d5a2feab7.tar.xz |
This fixes a small typo.
Signed-off-by: Roman Kononov <kononov195-lbl@yahoo.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2541 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/cpu')
-rw-r--r-- | src/include/cpu/amd/amdk8_sysconf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/cpu/amd/amdk8_sysconf.h b/src/include/cpu/amd/amdk8_sysconf.h index 405db2f438..36c17f1772 100644 --- a/src/include/cpu/amd/amdk8_sysconf.h +++ b/src/include/cpu/amd/amdk8_sysconf.h @@ -1,6 +1,5 @@ #ifndef AMDK8_SYSCONF_H - -#define AMDK8_SYSINFO_H +#define AMDK8_SYSCONF_H #define HC_POSSIBLE_NUM 8 |