From d886307ccf6a0e7896df54b674a8a816d3ecfc90 Mon Sep 17 00:00:00 2001 From: Chanho Park Date: Wed, 24 Dec 2014 21:16:49 +0900 Subject: [PATCH] samsung: gpt: fix CSA partition name This patch fixes the CSA partition name. Change-Id: I8e75265c984b97a3c80dbe8bd4219fe7fe8bba3b Signed-off-by: Chanho Park --- include/samsung/gpt_v13.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"};" \ -- 2.34.1