artik: configs: Modified size of system-data area from 256M to 1024M 66/69566/7 accepted/tizen/3.0/common/20161114.112229 accepted/tizen/common/20160602.140214 submit/tizen/20160602.025241 submit/tizen_3.0_common/20161104.104000
authorwansu.yoo <wansu.yoo@samsung.com>
Mon, 16 May 2016 02:18:14 +0000 (11:18 +0900)
committerWansu Yoo <wansu.yoo@samsung.com>
Fri, 20 May 2016 02:19:21 +0000 (19:19 -0700)
When there occurred system crash, core dump file is being saved at
system-data partition. (/opt/share/crash/dump)
But if there happened some crashes, it is insufficient to be saved with
current size(256M). On the other hand, there are enough size in user
partition.
So, we are thinking it's proper to adjust partition size.

Change-Id: I2a5a1b5c635ad3cb95336d2010a6284920beb48c
Signed-off-by: wansu.yoo <wansu.yoo@samsung.com>
include/configs/artik_common.h [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 44a69cf..0dccbe9
        "name=modules,size=" __stringify(CONFIG_MODULE_PART_SIZE)       \
                "MiB,uuid=${uuid_gpt_module};"                          \
        "name=rootfs,size=2048MiB,uuid=${uuid_gpt_rootfs};"             \
-       "name=system-data,size=256MiB,uuid=${uuid_gpt_system_data};"    \
+       "name=system-data,size=1024MiB,uuid=${uuid_gpt_system_data};"   \
        "name=user,size=-,uuid=${uuid_gpt_user}\0"
 
 #define PARTS_ANDROID                                                  \