diff options
author | Roger Monk <r-monk@ti.com> | 2010-08-27 17:32:30 +0100 |
---|---|---|
committer | Koen Kooi <k-kooi@ti.com> | 2010-08-30 09:32:35 +0200 |
commit | f578f77c07afb2fcce09614fe6c469650bb3df6f (patch) | |
tree | 00150b727b2e92a10c88952d796463cdcc81b80c /conf/machine/include/davinci.inc | |
parent | 8dd16b11ebf4056881b69c9545dff0d367004890 (diff) |
linux-davinci: Add SATA configuration patches for da850-omapl138/hawkboard
* Fix small typo
* Tune Clock/Data Recovery Configuration
* Bump PR
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 a9a137c647..28ded38611 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 = "r47" +MACHINE_KERNEL_PR = "r48" TARGET_ARCH = "arm" |