Skip to content
Commit cd547791 authored by Li Yang's avatar Li Yang Committed by Sam Ravnborg
Browse files

kbuild: add "Section mismatch" warning whitelist for powerpc



This patch fixes the following class of "Section mismatch" warnings when
building powerpc platforms.

WARNING: arch/powerpc/kernel/built-in.o - Section mismatch: reference to .init.data:.got2 from prom_entry (offset 0x0)
WARNING: arch/powerpc/platforms/built-in.o - Section mismatch: reference to .init.text:mpc8313_rdb_probe from .machine.desc after 'mach_mpc8313_rdb' (at offset 0x4)
....

Signed-off-by: default avatarLi Yang <leoli@freescale.com>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent f892b7d4
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