diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-12-22 00:34:08 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-12-22 00:34:08 -0500 |
commit | 583ab3c9f44694c48cf74895a736d928dcc2a469 (patch) | |
tree | 0577fe31220355f6c99a56bc7fb5beb667c6933f /conf/machine | |
parent | bd7e99163ef2cad959ae3303ffd3f85776281356 (diff) |
davinci: update DM3xx/DM6xxx and OMAPL1xx kernels
Diffstat (limited to 'conf/machine')
-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 b316e707e0..d4cacb9c44 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 = "r29" +MACHINE_KERNEL_PR = "r30" TARGET_ARCH = "arm" |