diff options
author | Roger Monk <r-monk@ti.com> | 2010-03-02 17:01:17 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:21 +0200 |
commit | d7c3781f3519d37e90245ace5a242e8b15407ced (patch) | |
tree | 694b72e3aad38760d12b1f8f23e067f381b042ba /conf/machine/include/davinci.inc | |
parent | 36ce129c612a2f8b5774450007a03589cce99687 (diff) |
linux-davinci_git: Latest kernel DA8/OMAPL + improved hawkboard support
* Update all omapl kernels to latest commit (da830/da850/hawk)
* Add small patch for compile warning if REGULATOR disabled
* Hawkboard
* Add latest hawkboard patch
* Boardfile cleanup
* Addition of cpufreq/cpuidle/pm
* Updated defconfig to disable regulator/rtc (no battery on hawk)
* Start da830 using multi-kernel
* Update defconfigs
* Only deconfig updated (some configs not rebased,
* i.e. no ATA, still using ONDEMAND governor
Signed-off-by: Roger Monk <r-monk@ti.com>
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'conf/machine/include/davinci.inc')
-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 81bbcb32a5..f5c2461289 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 = "r41" +MACHINE_KERNEL_PR = "r42" TARGET_ARCH = "arm" |