mainboard/amd/inagua: Fix a typo in comment

Change-Id: I5ace69f9a624da9556a14c498a592305a3b1c89f
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26592
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Elyes HAOUAS 2018-05-27 21:40:17 +02:00 committed by Patrick Georgi
parent 5e0a2c2da4
commit 1f4b5eff37
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#include <device/device.h> #include <device/device.h>
#include <southbridge/amd/sb800/sb800.h> #include <southbridge/amd/sb800/sb800.h>
#include "SBPLATFORM.h" /* Platfrom Specific Definitions */ #include "SBPLATFORM.h" /* Platform Specific Definitions */
static void init_gpios(void) static void init_gpios(void)
{ {