diff options
author | Denys Dmytriyenko <denys@ti.com> | 2014-06-24 04:23:52 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-06-24 19:17:29 -0400 |
commit | 4cb36eead6dd7051de8a6a2ddf82daa9c81d09c5 (patch) | |
tree | 41f84347cc2695d3684a58a6860d467eaab19254 /conf/machine/include/omap3.inc | |
parent | 4b79986d032bfd9cc40a7cf832de3e772a1e2e81 (diff) | |
download | meta-ti-4cb36eead6dd7051de8a6a2ddf82daa9c81d09c5.tar.gz |
conf/machine: update legacy machines to use latest mainline kernel and u-boot
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf/machine/include/omap3.inc')
-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 e71630b0..0757b43e 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc | |||
@@ -22,7 +22,7 @@ MACHINE_KERNEL_PR = "r126" | |||
22 | KERNEL_IMAGETYPE = "uImage" | 22 | KERNEL_IMAGETYPE = "uImage" |
23 | 23 | ||
24 | # Default providers, may need to override for specific machines | 24 | # Default providers, may need to override for specific machines |
25 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" | 25 | PREFERRED_PROVIDER_virtual/kernel = "linux-mainline" |
26 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | 26 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" |
27 | 27 | ||
28 | UBOOT_ARCH = "arm" | 28 | UBOOT_ARCH = "arm" |