Odroid-XU3: Change root partition name to rootfs
authorInha Song <ideal.song@samsung.com>
Thu, 21 May 2015 02:04:46 +0000 (11:04 +0900)
committerPrzemyslaw Marczak <p.marczak@samsung.com>
Fri, 4 Dec 2015 15:31:05 +0000 (16:31 +0100)
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>
include/configs/odroid_xu3.h

index cdaf2c5a991b95bf3728f426e811e94b5ccb5f2a..e324a560dc1f62469cf4d11adac66f2646e18aa9 100644 (file)
@@ -91,7 +91,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"