summaryrefslogtreecommitdiffstats
path: root/conf/machine/include
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-26 15:58:12 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-07-26 15:58:12 +0200
commit1a1aa4a821a3b6a3d77103d846a400c2ccf6db33 (patch)
treef1a884c9c2731b2fb203da4cf063474b1650ae59 /conf/machine/include
parent3e590f230ce7fb1328e2d222df78e7ddbf79e897 (diff)
downloadmeta-ti-1a1aa4a821a3b6a3d77103d846a400c2ccf6db33.tar.gz
beagleboard: switch to 3.0 kernel
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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 8b669611..58763193 100644
--- a/conf/machine/include/omap3.inc
+++ b/conf/machine/include/omap3.inc
@@ -3,7 +3,7 @@ SOC_FAMILY = "omap3"
3require conf/machine/include/tune-cortexa8.inc 3require conf/machine/include/tune-cortexa8.inc
4PREFERRED_PROVIDER_virtual/kernel = "linux-omap" 4PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
5# Increase this everytime you change something in the kernel 5# Increase this everytime you change something in the kernel
6MACHINE_KERNEL_PR = "r101" 6MACHINE_KERNEL_PR = "r102"
7 7
8KERNEL_IMAGETYPE = "uImage" 8KERNEL_IMAGETYPE = "uImage"
9 9