Commit 67797b92 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Jiri Kosina

lib/Kconfig.debug: fix DEBUG_SECTION_MISMATCH description

Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 0c6cac1a
...@@ -303,7 +303,7 @@ config DEBUG_SECTION_MISMATCH ...@@ -303,7 +303,7 @@ config DEBUG_SECTION_MISMATCH
a larger kernel). a larger kernel).
- Run the section mismatch analysis for each module/built-in.o file. - Run the section mismatch analysis for each module/built-in.o file.
When we run the section mismatch analysis on vmlinux.o, we When we run the section mismatch analysis on vmlinux.o, we
lose valueble information about where the mismatch was lose valuable information about where the mismatch was
introduced. introduced.
Running the analysis for each module/built-in.o file Running the analysis for each module/built-in.o file
tells where the mismatch happens much closer to the tells where the mismatch happens much closer to the
......
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