diff options
author | Roger Monk <r-monk@ti.com> | 2010-02-10 22:51:45 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-12 19:43:19 +0200 |
commit | 7176279b74b61c8b6144c2d14b9e97560a60fb00 (patch) | |
tree | ed3c7f6862c21aa7deadec48bbb6f2c2cdaae524 /conf/machine/include/davinci.inc | |
parent | 9f68ac692a56c028fe191b4fb37a356ddc326677 (diff) |
linux-davinci: Start using multi-kernel flow for da850-omapl138-evm
* Main defconfig now has more options 'angstrom'-like
* Note USB gadget disabled while debugging
* Update to latest master da850-omapl138 kernel + config mods
* All configs add ts driver added (since now multifunction device)
* Added 'stats' version with extra pm config options (kernel stats/etc)
* new config for uicapture + lcd display
* More options + OHCI enabled in 'regular' config
* Remove da850-omapl138 merged patches
* Add new patches for Hawkboard Kernel
* Introduce board file for hawkboard
* Remove machine patch
* Config update
* All peripherals sanity tested
* OK - Console, Enet, Audio, Display, USB OHCI, Video Capture, MMC, NAND, SATA
* Some Issues - USB OTG disconnect problems
* KO - RTC, (PM, etc)
* increase kernel partition to 4MiB for hawkboard
* dm6467t-evm is SOC_FAMILY=dm6467
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 e5341649fc..663adab4eb 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 = "r35" +MACHINE_KERNEL_PR = "r40" TARGET_ARCH = "arm" |