diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-10-29 09:26:00 +1100 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-11-07 23:13:22 +0100 |
commit | bf9d122ecdb97ff6a236a2d8b7ad0e9877fe086c (patch) | |
tree | 7f8c72dded3136105171b6140e078151a47fe321 /src/mainboard/amd/thatcher | |
parent | 0d84a2c03e9c3a65ddc3de173dc0c1045049c3dd (diff) | |
download | coreboot-bf9d122ecdb97ff6a236a2d8b7ad0e9877fe086c.tar.xz |
mainboard: Trivial - Make AGESA board include consistent
Change-Id: If6cb99469f56fff8f88b294b625f0a5205ec540b
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-on: http://review.coreboot.org/7238
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/mainboard/amd/thatcher')
-rw-r--r-- | src/mainboard/amd/thatcher/romstage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/thatcher/romstage.c b/src/mainboard/amd/thatcher/romstage.c index cc978663b3..43095e5db2 100644 --- a/src/mainboard/amd/thatcher/romstage.c +++ b/src/mainboard/amd/thatcher/romstage.c @@ -29,7 +29,7 @@ #include <cpu/x86/lapic.h> #include <console/console.h> #include <console/loglevel.h> -#include "cpu/amd/car.h" +#include <cpu/amd/car.h> #include "agesawrapper.h" #include <northbridge/amd/agesa/agesawrapper_call.h> #include "cpu/x86/bist.h" |