summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-04-03 18:45:18 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-04-03 20:25:23 -0400
commit8cf7df4efc1cfbdf161e0ee0fb1c42a4c7c85692 (patch)
tree01cd45437a9768568cbbf8a2c3f48b5c5f260c16
parentabeba37a5ff47675eebf3dc59f5018f1c53a45c0 (diff)
downloadmeta-ti-8cf7df4efc1cfbdf161e0ee0fb1c42a4c7c85692.tar.gz
omap-a15.inc: also set TI staging preferred provider for u-boot
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--conf/machine/include/omap-a15.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index 702898fb..623f2df9 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -8,6 +8,7 @@ MACHINE_KERNEL_PR = "r1"
8 8
9PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging" 9PREFERRED_PROVIDER_virtual/kernel = "linux-ti-staging"
10PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging" 10PREFERRED_PROVIDER_virtual/bootloader = "u-boot-ti-staging"
11PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
11 12
12KERNEL_IMAGETYPE = "uImage" 13KERNEL_IMAGETYPE = "uImage"
13 14