summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2015-09-05 04:36:34 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-09-08 11:57:13 -0400
commit74680a22829c74433e8947f475d86b35b676ce5c (patch)
tree0406316f09cd48bb7d28ae0ccaa7e139b36e51d7 /conf
parent008e80c27f3103685a642dd0bbc9647aedb8e3f6 (diff)
downloadmeta-ti-74680a22829c74433e8947f475d86b35b676ce5c.tar.gz
keystone: with the switch to latest u-boot, update UBI volume name
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/keystone.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/include/keystone.inc b/conf/machine/include/keystone.inc
index c541241c..12533121 100644
--- a/conf/machine/include/keystone.inc
+++ b/conf/machine/include/keystone.inc
@@ -9,13 +9,17 @@ PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
9PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging" 9PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
10 10
11# Increase this everytime you change something in the kernel 11# Increase this everytime you change something in the kernel
12MACHINE_KERNEL_PR = "r9" 12MACHINE_KERNEL_PR = "r10"
13 13
14KERNEL_IMAGETYPE = "zImage" 14KERNEL_IMAGETYPE = "zImage"
15 15
16UBOOT_ENTRYPOINT = "0x80008000" 16UBOOT_ENTRYPOINT = "0x80008000"
17UBOOT_LOADADDRESS = "0x80008000" 17UBOOT_LOADADDRESS = "0x80008000"
18 18
19# Use the expected value of the ubifs filesystem's volume name in the kernel
20# and u-boot.
21UBI_VOLNAME = "rootfs"
22
19EXTRA_IMAGEDEPENDS += "u-boot" 23EXTRA_IMAGEDEPENDS += "u-boot"
20EXTRA_IMAGEDEPENDS += "boot-monitor" 24EXTRA_IMAGEDEPENDS += "boot-monitor"
21 25