diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2019-01-08 16:21:31 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2019-01-08 15:50:50 +0000 |
commit | b9499024c74b95cb43dfc3ea14fed7929122eb2d (patch) | |
tree | e50f2941965750f9d5f6242dd02c324e6845fee4 /src/arch/x86/Kconfig | |
parent | 0eb9c57049c091b767f5fe65a8c6886567b0700e (diff) |
arch/x86/Kconfig: Fix spelling of *successful*
Change-Id: If0da91cf94aa12fe7b8670f6b181e443e3446aa1
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/30745
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/arch/x86/Kconfig')
-rw-r--r-- | src/arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index 794ea115de..242a7cfa1f 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -263,7 +263,7 @@ config SKIP_MAX_REBOOT_CNT_CLEAR Do not clear the reboot count immediately after successful boot. Set to allow the payload to control normal/fallback image recovery. Note that it is the responsibility of the payload to reset the - normal boot bit to 1 after each successsful boot. + normal boot bit to 1 after each successful boot. config ACPI_CPU_STRING string |