summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-22 09:30:15 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-22 09:30:15 +0200
commitdaba835a446ddfbd757d67edea3197beba3f2e9c (patch)
tree7a43e68137811da925b4b2874281e9cbc13c5955 /conf/machine/include
parent2b00f9ba1b113165852c2b96c7d36ddf47fd77b4 (diff)
downloadmeta-ti-daba835a446ddfbd757d67edea3197beba3f2e9c.tar.gz
pandaboard: move to L24.13 kernel, update machine config to match
Diffstat (limited to 'conf/machine/include')
-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 9700a7aa..a40be431 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 = "r100" 7MACHINE_KERNEL_PR = "r101"
8 8
9KERNEL_IMAGETYPE = "uImage" 9KERNEL_IMAGETYPE = "uImage"
10 10