From 1d25b26fe3acc57df131ad5bd0443413ef64608e Mon Sep 17 00:00:00 2001 From: Chanho Park Date: Tue, 11 Aug 2015 20:57:07 +0900 Subject: [PATCH] artik: configs: disable data partition Until we support a data partition for rw, the partition is disabled. Change-Id: I68673de0ff7dcf6c1a90131ab1451b9a74e0be04 Signed-off-by: Chanho Park --- include/configs/artik_common.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/configs/artik_common.h b/include/configs/artik_common.h index 79b05fc21..dbc42f6af 100644 --- a/include/configs/artik_common.h +++ b/include/configs/artik_common.h @@ -239,9 +239,7 @@ "uuid_disk=${uuid_gpt_disk};" \ "name=boot,start=1MiB,size=" __stringify(CONFIG_BOOT_PART_SIZE) \ "MiB,uuid=${uuid_gpt_boot};" \ - "name=rootfs,size=" __stringify(CONFIG_ROOTFS_PART_SIZE) \ - "MiB,uuid=${uuid_gpt_rootfs};" \ - "name=data,size=-,uuid=${uuid_gpt_data}\0" + "name=rootfs,size=-,uuid=${uuid_gpt_rootfs}\0" #define CONFIG_EXTRA_ENV_SETTINGS \ "console=" CONFIG_DEFAULT_CONSOLE \ -- 2.34.1