samsung: gpt: fix CSA partition name 26/32826/2 accepted/tizen/common/20141224.144014 accepted/tizen/mobile/20141226.003830 accepted/tizen/tv/20141226.003428 accepted/tizen/wearable/20141226.003605 submit/tizen/20141224.134904
authorChanho Park <chanho61.park@samsung.com>
Wed, 24 Dec 2014 12:16:49 +0000 (21:16 +0900)
committerChanho Park <chanho61.park@samsung.com>
Wed, 24 Dec 2014 13:47:18 +0000 (22:47 +0900)
This patch fixes the CSA partition name.

Change-Id: I8e75265c984b97a3c80dbe8bd4219fe7fe8bba3b
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
include/samsung/gpt_v13.h

index 4d9ee68..eb7a4ae 100644 (file)
@@ -32,7 +32,7 @@
        "name="PARTS_V13_EFS",start=12MiB,size=20MiB,uuid=${uuid_gpt_"PARTS_V13_EFS"};" \
        "name="PARTS_V13_BOOT",size=14MiB,uuid=${uuid_gpt_"PARTS_V13_BOOT"};" \
        "name="PARTS_V13_RECOVERY",size=37MiB,uuid=${uuid_gpt_"PARTS_V13_RECOVERY"};" \
-       "name="PARTS_V13_CSC",size=14MiB,uuid=${uuid_gpt_"PARTS_V13_CSC"};" \
+       "name="PARTS_V13_CSA",size=14MiB,uuid=${uuid_gpt_"PARTS_V13_CSA"};" \
        "name="PARTS_V13_MODEM",size=86MiB,uuid=${uuid_gpt_"PARTS_V13_MODEM"};" \
        "name="PARTS_V13_RESERVED3",size=14MiB,uuid=${uuid_gpt_"PARTS_V13_RESERVED3"};" \
        "name="PARTS_V13_RAMDISK1",size=20MiB,uuid=${uuid_gpt_"PARTS_V13_RAMDISK1"};" \