ARM: tizen_tm1_defconfig: disable FRAME_WARN config option 75/165075/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 26 Dec 2017 01:58:49 +0000 (10:58 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 26 Dec 2017 01:58:53 +0000 (10:58 +0900)
The CONFIG_FRAME_WARN sets size of frame stack to warn and there
are some build warnins caused by too large frame size. Disable
the warnings with setting CONFIG_FRAME_WARN as 0.

NOTE: it only disables warning but it does not mean large frame
size is acceptable.

Change-Id: I42d4fb948110b22495f8b57c391456a0bddc7db2
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
arch/arm/configs/tizen_tm1_defconfig

index 767cb1edf340e203fd002f171c643978c25702e7..5f433887f2496d8a40ea5e2146e1846313174afa 100755 (executable)
@@ -3354,7 +3354,7 @@ CONFIG_PRINTK_PROCESS=y
 CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
 CONFIG_ENABLE_WARN_DEPRECATED=y
 CONFIG_ENABLE_MUST_CHECK=y
-CONFIG_FRAME_WARN=1024
+CONFIG_FRAME_WARN=0
 CONFIG_MAGIC_SYSRQ=y
 # CONFIG_STRIP_ASM_SYMS is not set
 # CONFIG_READABLE_ASM is not set