summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInha Song <ideal.song@samsung.com>2015-05-21 11:04:46 +0900
committerInha Song <ideal.song@samsung.com>2015-05-21 11:08:13 +0900
commitbe2312f4bf96f5b1741e5f512a097199d6388188 (patch)
treea3e17bc735ff09c262ffb1ea8010368c065b36b5
parent724b145776127d563126c14f99293ff100e71355 (diff)
downloadu-boot-be2312f4bf96f5b1741e5f512a097199d6388188.tar.gz
u-boot-be2312f4bf96f5b1741e5f512a097199d6388188.tar.bz2
u-boot-be2312f4bf96f5b1741e5f512a097199d6388188.zip
Odroid-XU3: Change root partition name to rootfs
This patch root partition name to rootfs from platform. The root partition name is changed to rootfs from platform since Tizen 3.0. Change-Id: I111fd510e097b9354a7d5214b551ceb809069e24 Signed-off-by: Inha Song <ideal.song@samsung.com>
-rw-r--r--include/configs/odroid_xu3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h
index 82d5ba3b3e..a63fdd73d0 100644
--- a/include/configs/odroid_xu3.h
+++ b/include/configs/odroid_xu3.h
@@ -113,7 +113,7 @@
/* Partitions name for Tizen 3.0 */
#define PARTS_BOOT "boot"
-#define PARTS_ROOT "platform"
+#define PARTS_ROOT "rootfs"
#define PARTS_DATA "system-data"
#define PARTS_USER "user"
#define PARTS_MODULES "modules"