diff --git a/[refs] b/[refs] index b550fabd5ba5..d36749cd19e2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cf87dcd14064e7660f2b11b35b9e4949e9812fd2 +refs/heads/master: fa2144ba9a31d1d0dc9607508576c3850e0d95b1 diff --git a/trunk/lib/Kconfig.debug b/trunk/lib/Kconfig.debug index a370fe828a79..ab408aa9b6d6 100644 --- a/trunk/lib/Kconfig.debug +++ b/trunk/lib/Kconfig.debug @@ -82,6 +82,9 @@ config HEADERS_CHECK config DEBUG_SECTION_MISMATCH bool "Enable full Section mismatch analysis" depends on UNDEFINED + # This option is on purpose disabled for now. + # It will be enabled when we are down to a resonable number + # of section mismatch warnings (< 10 for an allyesconfig build) help The section mismatch analysis checks if there are illegal references from one section to another section.