vendorcode/amd/agesa/f*: Fix typo in header guards

_CPU_L3_FEATIRES_H -> _CPU_L3_FEATURES_H

Spotted by Clang

Change-Id: I1eabebffc7fd5e4f37b28dabcd28984bed64acd8
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/5818
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
This commit is contained in:
Edward O'Callaghan 2014-05-23 06:15:53 +10:00 committed by Marc Jones
parent 72ae4a3091
commit 3a5ea48c0c
4 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@
*/
#ifndef _CPU_L3_FEATURES_H_
#define _CPU_L3_FEATIRES_H_
#define _CPU_L3_FEATURES_H_
#include "Filecode.h"
/*----------------------------------------------------------------------------------------

View File

@ -44,7 +44,7 @@
*/
#ifndef _CPU_L3_FEATURES_H_
#define _CPU_L3_FEATIRES_H_
#define _CPU_L3_FEATURES_H_
#include "Filecode.h"
/*----------------------------------------------------------------------------------------

View File

@ -43,7 +43,7 @@
*/
#ifndef _CPU_L3_FEATURES_H_
#define _CPU_L3_FEATIRES_H_
#define _CPU_L3_FEATURES_H_
#include "Filecode.h"
/*----------------------------------------------------------------------------------------

View File

@ -43,7 +43,7 @@
*/
#ifndef _CPU_L3_FEATURES_H_
#define _CPU_L3_FEATIRES_H_
#define _CPU_L3_FEATURES_H_
#include "Filecode.h"
/*----------------------------------------------------------------------------------------