diff options
author | Franklin S. Cooper Jr <fcooper@ti.com> | 2013-02-11 19:04:38 -0600 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-02-12 18:13:47 -0500 |
commit | a98c0c3d2ac6ec218648b9c3d57fea7f3d6cdc00 (patch) | |
tree | c9281fefeda63623ceb6d200e9b2ebb69419f98a /conf/machine/include | |
parent | 757c0e50bf8c96e267ae37d67e0e72e2d25e2965 (diff) | |
download | meta-ti-a98c0c3d2ac6ec218648b9c3d57fea7f3d6cdc00.tar.gz |
linux-omapl138-psp: Add latest linux-omapl138 patches
* Add latest patches to linux-omapl138 that were added since this recipe was
added to meta-ti.
* Update to latest am180x-evm defconfig
* Mimic the following commits from arago:
linux-davinci: update to add mmc patches
* Optimizations to reduce overhead on weak platforms
linux: disable DMA for MUSB
* For the am3517, am180x, and am335x devices the CPPI 4.1 DMA
should NOT be used for the MUSB controller. Using this DMA
can cause the controller to lockup.
* Updated the defconfigs to set the use of PIO mode
* Added a patch to updated the PIO mode description to make it
easier to determine when it can be used.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
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 80198449..71eca709 100644 --- a/conf/machine/include/davinci.inc +++ b/conf/machine/include/davinci.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | require conf/machine/include/tune-arm926ejs.inc | 1 | require conf/machine/include/tune-arm926ejs.inc |
2 | 2 | ||
3 | # Increase this everytime you change something in the kernel | 3 | # Increase this everytime you change something in the kernel |
4 | MACHINE_KERNEL_PR = "r51" | 4 | MACHINE_KERNEL_PR = "r52" |
5 | 5 | ||
6 | 6 | ||
7 | KERNEL_IMAGETYPE = "uImage" | 7 | KERNEL_IMAGETYPE = "uImage" |