diff options
Diffstat (limited to 'conf/machine/include/omap-a15.inc')
-rw-r--r-- | conf/machine/include/omap-a15.inc | 4 |
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 | ||
26 | GUI_MACHINE_CLASS = "smallscreen" | 26 | GUI_MACHINE_CLASS = "smallscreen" |
27 | |||
28 | # Use the expected value of the ubifs filesystem's volume name in the kernel | ||
29 | # and u-boot. | ||
30 | UBI_VOLNAME = "rootfs" | ||