diff options
author | Roger Monk <r-monk@ti.com> | 2010-02-09 23:04:08 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:18 +0200 |
commit | 3aa2b62bb50f2c6f6790c9dfdcb8924c43250ca4 (patch) | |
tree | b4871f0ffc8ed877efe34751a2031edeccd872ae /conf | |
parent | 2e7b6b68e4d4d74b6f83b75cfa967aae5d93b306 (diff) |
linux-davinci: Update da850-omapl138 to latest staging kernel 2_6_33
* Update to latest staging kernel + use PSP defconfig
* Add rebased ts patches + enable configs
* Enable MMC unsafe removal (for deep-sleep support when sd/mmc mounted)
* Bump PR
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/davinci.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/davinci.inc b/conf/machine/include/davinci.inc index 2d744e9897..e5341649fc 100644 --- a/conf/machine/include/davinci.inc +++ b/conf/machine/include/davinci.inc @@ -1,7 +1,7 @@ require conf/machine/include/tune-arm926ejs.inc # Increase this everytime you change something in the kernel -MACHINE_KERNEL_PR = "r34" +MACHINE_KERNEL_PR = "r35" TARGET_ARCH = "arm" |