diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-26 15:58:12 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-26 15:58:12 +0200 |
commit | 1a1aa4a821a3b6a3d77103d846a400c2ccf6db33 (patch) | |
tree | f1a884c9c2731b2fb203da4cf063474b1650ae59 /conf/machine/include | |
parent | 3e590f230ce7fb1328e2d222df78e7ddbf79e897 (diff) | |
download | meta-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.inc | 2 |
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" | |||
3 | require conf/machine/include/tune-cortexa8.inc | 3 | require conf/machine/include/tune-cortexa8.inc |
4 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" | 4 | PREFERRED_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 |
6 | MACHINE_KERNEL_PR = "r101" | 6 | MACHINE_KERNEL_PR = "r102" |
7 | 7 | ||
8 | KERNEL_IMAGETYPE = "uImage" | 8 | KERNEL_IMAGETYPE = "uImage" |
9 | 9 | ||