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>
"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 \