diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-25 11:16:53 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-25 11:16:53 +0200 |
commit | db7815d2609d58bbc207dc1071ae1673a89f68ca (patch) | |
tree | d9c6466ea362a4d4ea0f0875038752b994030ed8 /conf/machine/include/omap3.inc | |
parent | 02b33c980cd6ec904405f78a547a65fb070d4b97 (diff) |
omap3: 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 c52cbddf18..d52bc99a7d 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc @@ -1,7 +1,7 @@ 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 = "r45" +MACHINE_KERNEL_PR = "r46" KERNEL_IMAGETYPE = "uImage" |