From: Inha Song Date: Thu, 21 May 2015 02:04:46 +0000 (+0900) Subject: Odroid-XU3: Change root partition name to rootfs X-Git-Tag: submit/tizen/20160425.072005~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=31e9a19e0c17edb82e4c9a77b87c5b14b2252c8a;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h index 431c7a5943..f2760a2d97 100644 --- a/include/configs/odroid_xu3.h +++ b/include/configs/odroid_xu3.h @@ -92,7 +92,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"