summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2013-10-22 16:12:02 -0500
committerDenys Dmytriyenko <denys@ti.com>2013-10-22 16:26:27 -0400
commitfe3eb57f580b945e63779114245e148a1bb6e4cb (patch)
treeb0cda57c919aeb4bdd464e8349cede4cf0a008dd /conf/machine/include
parentc11504664990f007c3903d349e7cc135a904f8e2 (diff)
downloadmeta-ti-fe3eb57f580b945e63779114245e148a1bb6e4cb.tar.gz
dra7xx-evm: remove u-boot preferred provider
* Now the DRA7xx support is fully merged into upstream u-boot then we can remove setting the PREFERRED_PROVIDER for u-boot and virtual/bootloader to u-boot-dra7xx and instead pick up the default setting from the omap-a15.inc file. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/omap-a15.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/omap-a15.inc b/conf/machine/include/omap-a15.inc
index aba122a9..308b2e40 100644
--- a/conf/machine/include/omap-a15.inc
+++ b/conf/machine/include/omap-a15.inc
@@ -4,7 +4,7 @@ require conf/machine/include/soc-family.inc
4require conf/machine/include/tune-cortexa15.inc 4require conf/machine/include/tune-cortexa15.inc
5 5
6# Increase this everytime you change something in the kernel 6# Increase this everytime you change something in the kernel
7MACHINE_KERNEL_PR = "r1" 7MACHINE_KERNEL_PR = "r2"
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"