diff options
author | Chanho Park <chanho61.park@samsung.com> | 2015-08-11 20:57:07 +0900 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2015-08-11 20:57:07 +0900 |
commit | 1d25b26fe3acc57df131ad5bd0443413ef64608e (patch) | |
tree | b88a0102bc44ba2f727696318d3ddd0beb33b21c /include | |
parent | 844dc3aee1a47e62b52626ecdf916f0bfe33ddbf (diff) | |
download | u-boot-artik-1d25b26fe3acc57df131ad5bd0443413ef64608e.tar.gz u-boot-artik-1d25b26fe3acc57df131ad5bd0443413ef64608e.tar.bz2 u-boot-artik-1d25b26fe3acc57df131ad5bd0443413ef64608e.zip |
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 <chanho61.park@samsung.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/artik_common.h | 4 |
1 files changed, 1 insertions, 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 \ |