From 5dc5ee69988d2490f8e2a10d85ba596d11d6db00 Mon Sep 17 00:00:00 2001 From: Inha Song Date: Thu, 21 May 2015 11:04:46 +0900 Subject: [PATCH] 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 --- include/configs/odroid_xu3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h index 37d654c..4d8d073 100644 --- a/include/configs/odroid_xu3.h +++ b/include/configs/odroid_xu3.h @@ -55,7 +55,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" -- 2.7.4