[PATCH 1/4] m32r: remove redundant FRAME_POINTER kconfig option

2015-11-09 Thread Yang Shi
FRAME_POINTER is defined in lib/Kconfig.debug, it is unnecessary to redefine it in arch/m32r/Kconfig.debug. Actually, the one defined in arch directory is never used. Signed-off-by: Yang Shi --- arch/m32r/Kconfig.debug | 8 1 file changed, 8 deletions(-) diff --git

[PATCH 1/4] m32r: remove redundant FRAME_POINTER kconfig option

2015-11-09 Thread Yang Shi
FRAME_POINTER is defined in lib/Kconfig.debug, it is unnecessary to redefine it in arch/m32r/Kconfig.debug. Actually, the one defined in arch directory is never used. Signed-off-by: Yang Shi --- arch/m32r/Kconfig.debug | 8 1 file changed, 8 deletions(-) diff