From: wansu.yoo Date: Mon, 16 May 2016 02:18:14 +0000 (+0900) Subject: artik: configs: Modified size of system-data area from 256M to 1024M X-Git-Tag: submit/tizen/20160602.025241^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F66%2F69566%2F7;p=profile%2Fcommon%2Fplatform%2Fkernel%2Fu-boot-artik.git artik: configs: Modified size of system-data area from 256M to 1024M 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 --- diff --git a/include/configs/artik_common.h b/include/configs/artik_common.h old mode 100644 new mode 100755 index 44a69cf5c..0dccbe960 --- a/include/configs/artik_common.h +++ b/include/configs/artik_common.h @@ -365,7 +365,7 @@ "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 \