From: Chanho Park Date: Wed, 24 Dec 2014 12:16:49 +0000 (+0900) Subject: samsung: gpt: fix CSA partition name X-Git-Tag: submit/tizen/20141224.134904^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d886307ccf6a0e7896df54b674a8a816d3ecfc90;p=platform%2Fkernel%2Fu-boot.git samsung: gpt: fix CSA partition name This patch fixes the CSA partition name. Change-Id: I8e75265c984b97a3c80dbe8bd4219fe7fe8bba3b Signed-off-by: Chanho Park --- diff --git a/include/samsung/gpt_v13.h b/include/samsung/gpt_v13.h index 4d9ee68029..eb7a4ae972 100644 --- a/include/samsung/gpt_v13.h +++ b/include/samsung/gpt_v13.h @@ -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"};" \