Skip to content
Snippets Groups Projects
Commit fd2dbc92 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Adrian Bunk
Browse files

Kconfig: A couple of grammatical fixes in arch/i386/Kconfig


Fix a couple grammatical errors in arch/i386/Kconfig.

Signed-off-by: default avatarRobert P. J. Day <rpjday@mindspring.com>
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent c685ce05
No related branches found
No related tags found
No related merge requests found
...@@ -858,9 +858,9 @@ config RELOCATABLE ...@@ -858,9 +858,9 @@ config RELOCATABLE
bool "Build a relocatable kernel(EXPERIMENTAL)" bool "Build a relocatable kernel(EXPERIMENTAL)"
depends on EXPERIMENTAL depends on EXPERIMENTAL
help help
This build a kernel image that retains relocation information This builds a kernel image that retains relocation information
so it can be loaded someplace besides the default 1MB. so it can be loaded someplace besides the default 1MB.
The relocations tend to the kernel binary about 10% larger, The relocations tend to make the kernel binary about 10% larger,
but are discarded at runtime. but are discarded at runtime.
One use is for the kexec on panic case where the recovery kernel One use is for the kexec on panic case where the recovery kernel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment