From f00b1702bebbb829f18239440e81aeb82ad81da4 Mon Sep 17 00:00:00 2001 From: EunBong Song Date: Fri, 14 Jul 2017 06:04:48 -0700 Subject: [PATCH] sidk_s5jt200/hello defconfig: enable CONFIG_NOPRINTF_FIELDWIDTH and CONFIG_NOPRINTF_LONGLONG_TO_ASCII This feature reduce hello config size up to 14KB. Change-Id: Iacceb6d265d7aa2b70c4551b5ce7d6d230fb6e24 Signed-off-by: EunBong Song --- build/configs/sidk_s5jt200/hello/defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/configs/sidk_s5jt200/hello/defconfig b/build/configs/sidk_s5jt200/hello/defconfig index be70ec9..2299d34 100644 --- a/build/configs/sidk_s5jt200/hello/defconfig +++ b/build/configs/sidk_s5jt200/hello/defconfig @@ -581,8 +581,9 @@ CONFIG_STDIO_BUFFER_SIZE=64 # CONFIG_STDIO_LINEBUFFER is not set CONFIG_NUNGET_CHARS=2 # CONFIG_LIBM is not set -# CONFIG_NOPRINTF_FIELDWIDTH is not set +CONFIG_NOPRINTF_FIELDWIDTH=y # CONFIG_LIBC_FLOATINGPOINT is not set +CONFIG_NOPRINTF_LONGLONG_TO_ASCII=y # CONFIG_LIBC_IOCTL_VARIADIC is not set CONFIG_LIB_RAND_ORDER=1 # CONFIG_EOL_IS_CR is not set -- 2.7.4