summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-18 18:27:45 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-03-18 21:31:33 -0400
commitecc2eb9d864cf95236e60e46bb0c638d2d838c3a (patch)
tree36975eb78bd533cfb9e4e9853b35656d4ff7f343 /conf/machine/include
parente8da1f689352c821d835d40bdea67791540f9ebd (diff)
downloadmeta-ti-ecc2eb9d864cf95236e60e46bb0c638d2d838c3a.tar.gz
beagleboard: switch default u-boot preference to machine-specific tree
SDKs or other users of meta-ti can still use one of the other recipes for stability or featureset, by setting PREFERRED_PROVIDER in their config. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/omap3.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc
index 99f0c80c..212ebe75 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -16,7 +16,7 @@ XSERVER = "xserver-xorg \
16GUI_MACHINE_CLASS = "bigscreen" 16GUI_MACHINE_CLASS = "bigscreen"
17 17
18# Increase this everytime you change something in the kernel 18# Increase this everytime you change something in the kernel
19MACHINE_KERNEL_PR = "r123" 19MACHINE_KERNEL_PR = "r124"
20 20
21KERNEL_IMAGETYPE = "uImage" 21KERNEL_IMAGETYPE = "uImage"
22 22