diff options
-rw-r--r-- | conf/machine/include/ti33x.inc | 4 | ||||
-rw-r--r-- | conf/machine/include/ti43x.inc | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc index 8a91a52c..af340d2c 100644 --- a/conf/machine/include/ti33x.inc +++ b/conf/machine/include/ti33x.inc | |||
@@ -31,6 +31,10 @@ UBOOT_MACHINE = "am335x_evm_config" | |||
31 | UBOOT_ENTRYPOINT = "0x80008000" | 31 | UBOOT_ENTRYPOINT = "0x80008000" |
32 | UBOOT_LOADADDRESS = "0x80008000" | 32 | UBOOT_LOADADDRESS = "0x80008000" |
33 | 33 | ||
34 | # Use the expected value of the ubifs filesystem's volume name in the kernel | ||
35 | # and u-boot. | ||
36 | UBI_VOLNAME = "rootfs" | ||
37 | |||
34 | EXTRA_IMAGEDEPENDS += "u-boot" | 38 | EXTRA_IMAGEDEPENDS += "u-boot" |
35 | 39 | ||
36 | # List common SoC features, may need to add touchscreen for specific machines | 40 | # List common SoC features, may need to add touchscreen for specific machines |
diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc index adb66e37..dc3baf6b 100644 --- a/conf/machine/include/ti43x.inc +++ b/conf/machine/include/ti43x.inc | |||
@@ -31,6 +31,10 @@ UBOOT_MACHINE = "am43xx_evm_config" | |||
31 | UBOOT_ENTRYPOINT = "0x80008000" | 31 | UBOOT_ENTRYPOINT = "0x80008000" |
32 | UBOOT_LOADADDRESS = "0x80008000" | 32 | UBOOT_LOADADDRESS = "0x80008000" |
33 | 33 | ||
34 | # Use the expected value of the ubifs filesystem's volume name in the kernel | ||
35 | # and u-boot. | ||
36 | UBI_VOLNAME = "rootfs" | ||
37 | |||
34 | EXTRA_IMAGEDEPENDS += "u-boot" | 38 | EXTRA_IMAGEDEPENDS += "u-boot" |
35 | 39 | ||
36 | # List common SoC features, may need to add touchscreen for specific machines | 40 | # List common SoC features, may need to add touchscreen for specific machines |