diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-17 14:47:40 +0200 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-04-18 12:19:55 -0400 |
commit | 3a441d63e9ffddcb20615610c6d176230cdc90d0 (patch) | |
tree | b6816bc906eb3c3573842147bc89cd88ca415357 /conf | |
parent | d2886e63551b314b23160f2c2cf12346391ae0fa (diff) | |
download | meta-ti-3a441d63e9ffddcb20615610c6d176230cdc90d0.tar.gz |
linux 3.0: update to 3.0.28
Runtime tested on Angstrom/beagleboard-xM
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-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 16078dbc..99038565 100644 --- a/conf/machine/include/omap3.inc +++ b/conf/machine/include/omap3.inc | |||
@@ -4,7 +4,7 @@ require conf/machine/include/soc-family.inc | |||
4 | require conf/machine/include/tune-cortexa8.inc | 4 | require conf/machine/include/tune-cortexa8.inc |
5 | PREFERRED_PROVIDER_virtual/kernel = "linux-omap" | 5 | PREFERRED_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 |
7 | MACHINE_KERNEL_PR = "r118" | 7 | MACHINE_KERNEL_PR = "r119" |
8 | 8 | ||
9 | KERNEL_IMAGETYPE = "uImage" | 9 | KERNEL_IMAGETYPE = "uImage" |
10 | 10 | ||