summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2014-01-17 11:40:19 -0600
committerDenys Dmytriyenko <denys@ti.com>2014-01-17 12:33:41 -0500
commitdde9c84e1675fddfe55b981cd2af34e4c1ee3cf9 (patch)
treed936ae1645d8ba894ba4c042ac4055443a0dfd1a
parent007d3ff11b81ec7962e6731c8d17c029c0b84aa9 (diff)
downloadmeta-ti-dde9c84e1675fddfe55b981cd2af34e4c1ee3cf9.tar.gz
omap-a15: set the UBI_VOLNAME to match u-boot default
* By setting the UBI_VOLNAME variable the default name for the UBI rootfs will match the default used by u-boot so images built through OpenEmbedded will work with out-of-box u-boot. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/include/omap-a15.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index b0a0e746..dcf973e2 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -24,3 +24,7 @@ XSERVER = "xserver-xorg \
24 xf86-video-fbdev" 24 xf86-video-fbdev"
25 25
26GUI_MACHINE_CLASS = "smallscreen" 26GUI_MACHINE_CLASS = "smallscreen"
27
28# Use the expected value of the ubifs filesystem's volume name in the kernel
29# and u-boot.
30UBI_VOLNAME = "rootfs"