Commit bff323d5 authored by Marcin Nowakowski's avatar Marcin Nowakowski Committed by Ralf Baechle

MIPS: Kconfig: Fix indentation for kexec-related entries

Kconfig entries are not aligned properly, so remove incorrect whitespace.
Signed-off-by: default avatarMarcin Nowakowski <marcin.nowakowski@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14631/Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent c83c2eed
...@@ -2828,8 +2828,8 @@ config KEXEC ...@@ -2828,8 +2828,8 @@ config KEXEC
made. made.
config CRASH_DUMP config CRASH_DUMP
bool "Kernel crash dumps" bool "Kernel crash dumps"
help help
Generate crash dump after being started by kexec. Generate crash dump after being started by kexec.
This should be normally only set in special crash dump kernels This should be normally only set in special crash dump kernels
which are loaded in the main kernel with kexec-tools into which are loaded in the main kernel with kexec-tools into
...@@ -2839,11 +2839,11 @@ config CRASH_DUMP ...@@ -2839,11 +2839,11 @@ config CRASH_DUMP
PHYSICAL_START. PHYSICAL_START.
config PHYSICAL_START config PHYSICAL_START
hex "Physical address where the kernel is loaded" hex "Physical address where the kernel is loaded"
default "0xffffffff84000000" if 64BIT default "0xffffffff84000000" if 64BIT
default "0x84000000" if 32BIT default "0x84000000" if 32BIT
depends on CRASH_DUMP depends on CRASH_DUMP
help help
This gives the CKSEG0 or KSEG0 address where the kernel is loaded. This gives the CKSEG0 or KSEG0 address where the kernel is loaded.
If you plan to use kernel for capturing the crash dump change If you plan to use kernel for capturing the crash dump change
this value to start of the reserved region (the "X" value as this value to start of the reserved region (the "X" value as
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment