diff options
author | Roger Monk <r-monk@ti.com> | 2009-12-15 15:30:01 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-21 10:10:13 +0100 |
commit | 9cf6e46742ffc894fb480193a942fe85a68ef79b (patch) | |
tree | dd9aaa156d536f9af3d8afe7ee5d21764ba8af77 /conf/machine | |
parent | 9d53afeb98e6c6319a3b5ee0056121b547b5be4f (diff) |
linux-davinci: Updated OPP config for da850-omapl138-evm/hawkboard
* add 480x272 bootlogo for da850-omapl138-evm
* add 640x480 bootlogo for hawkboard
* enable more usb drivers and stats for hawkboard
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 3f8254aff4..b316e707e0 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 = "r28" +MACHINE_KERNEL_PR = "r29" TARGET_ARCH = "arm" |