samsung: gpt: fix CSA partition name
authorChanho Park <chanho61.park@samsung.com>
Wed, 24 Dec 2014 12:16:49 +0000 (21:16 +0900)
committerLukasz Majewski <l.majewski@samsung.com>
Thu, 15 Jan 2015 12:12:24 +0000 (13:12 +0100)
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"};" \