diff options
author | Koen Kooi <k-kooi@ti.com> | 2010-03-05 17:08:59 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:22 +0200 |
commit | fd6b5d915d09b774a12c3f567ea08302bd34f919 (patch) | |
tree | f654fd12ca6e1ed22aa6c8575a4dfd22a4d4d8ac /conf/machine/include/omap3.inc | |
parent | b13ba875fd3af86ef6978a2db6f71e91405f072c (diff) |
omap3.inc: bump MACHINE_KERNEL_PR
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 5fb7f13bc2..ecc15224d0 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -3,7 +3,7 @@ SOC_FAMILY = "omap3" require conf/machine/include/tune-cortexa8.inc PREFERRED_PROVIDER_virtual/kernel = "linux-omap" # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r62" +MACHINE_KERNEL_PR = "r63" KERNEL_IMAGETYPE = "uImage" |