diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 18:27:45 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 21:31:33 -0400 |
commit | ecc2eb9d864cf95236e60e46bb0c638d2d838c3a (patch) | |
tree | 36975eb78bd533cfb9e4e9853b35656d4ff7f343 /conf/machine/include | |
parent | e8da1f689352c821d835d40bdea67791540f9ebd (diff) | |
download | meta-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.inc | 2 |
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 \ | |||
16 | GUI_MACHINE_CLASS = "bigscreen" | 16 | GUI_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 |
19 | MACHINE_KERNEL_PR = "r123" | 19 | MACHINE_KERNEL_PR = "r124" |
20 | 20 | ||
21 | KERNEL_IMAGETYPE = "uImage" | 21 | KERNEL_IMAGETYPE = "uImage" |
22 | 22 | ||