lib/Kconfig.debug: fix DEBUG_SECTION_MISMATCH description
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
0c6cac1aff
commit
67797b9237
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue