diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-05 14:40:07 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-05 14:41:32 +0100 |
commit | fdaf5c66adbe3cd39a5a54c8163b70a8af8e8e1e (patch) | |
tree | 862dcdd0fdb9d444e38cc1bffa9f371cc3357792 /conf/machine/include | |
parent | 59e22a032e4e2df0f471611a6de4d7f56b79216d (diff) |
hawkboard, da850-omapl138-evm: fix SATA
Diffstat (limited to 'conf/machine/include')
-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 d4cacb9c44..bd8401a020 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 = "r30" +MACHINE_KERNEL_PR = "r31" TARGET_ARCH = "arm" |