drivers/intel/fsp1_1/romstage.c: Fix typo

Correct typo of 'Initialize'

BUG=N/A
TEST=N/A

Change-Id: I94cfd9c41bb5f9751ef4a18beaeba05108220bc8
Signed-off-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-on: https://review.coreboot.org/c/30016
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Frans Hendriks 2018-12-03 10:40:06 +01:00 committed by Patrick Georgi
parent fb444b0d20
commit 44d2c8541a
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
*
* Copyright (C) 2014 Google Inc.
* Copyright (C) 2015-2016 Intel Corporation.
* Copyright (C) 2018 Eltan B.V.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -188,7 +189,7 @@ __weak void mainboard_romstage_entry(
{
post_code(0x31);
/* Initliaze memory */
/* Initialize memory */
romstage_common(params);
}