projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
724b145
)
Odroid-XU3: Change root partition name to rootfs
93/39693/1
author
Inha Song
<ideal.song@samsung.com>
Thu, 21 May 2015 02:04:46 +0000
(11:04 +0900)
committer
Inha Song
<ideal.song@samsung.com>
Thu, 21 May 2015 02:08:13 +0000
(11:08 +0900)
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
patch
|
blob
|
history
diff --git
a/include/configs/odroid_xu3.h
b/include/configs/odroid_xu3.h
index 82d5ba3b3e699eb1ee904e61162b74c1d6eeae0c..a63fdd73d0d485c9c80a5d5b5960c2e826ec3fca 100644
(file)
--- 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"