summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-02 16:58:01 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-02 16:58:26 +0100
commit2c15be179af26811851af3d0c4133e2b5b442625 (patch)
treed372419465c2326b83bdb73fd60fcc67616d27d5
parentdb2a74cb3417afb3712270b25b0c927f001373d7 (diff)
downloadmeta-openembedded-2c15be179af26811851af3d0c4133e2b5b442625.tar.gz
omap3.inc: sync with OE
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-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 d33a599870..36f11b0af5 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -4,7 +4,7 @@ TARGET_ARCH = "arm"
4require conf/machine/include/tune-cortexa8.inc 4require conf/machine/include/tune-cortexa8.inc
5PREFERRED_PROVIDER_virtual/kernel = "linux-omap" 5PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
6# Increase this everytime you change something in the kernel 6# Increase this everytime you change something in the kernel
7MACHINE_KERNEL_PR = "r92" 7MACHINE_KERNEL_PR = "r97"
8 8
9KERNEL_IMAGETYPE = "uImage" 9KERNEL_IMAGETYPE = "uImage"
10 10