diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-04 19:46:26 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-04 19:46:26 +0100 |
commit | 65ee3358e6667473da6874c32af847d8b7fa419b (patch) | |
tree | e2e3b782913c0b0a55952e0baf220281cc2ec8fc /packages/linux | |
parent | f946fc4c27dc654110aa5f328cee251d49f0f4df (diff) |
linux-omap 2.6.27: increase DMA size for beagleboard
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-omap-2.6.27/beagleboard/defconfig | 2 | ||||
-rw-r--r-- | packages/linux/linux-omap_2.6.27.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-omap-2.6.27/beagleboard/defconfig b/packages/linux/linux-omap-2.6.27/beagleboard/defconfig index e924e0cb1d..8380a200bf 100644 --- a/packages/linux/linux-omap-2.6.27/beagleboard/defconfig +++ b/packages/linux/linux-omap-2.6.27/beagleboard/defconfig @@ -1321,7 +1321,7 @@ CONFIG_FB_OMAP=y CONFIG_FB_OMAP_VIDEO_MODE="1024x768@60" # CONFIG_FB_OMAP_LCDC_EXTERNAL is not set # CONFIG_FB_OMAP_BOOTLOADER_INIT is not set -CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=8 +CONFIG_FB_OMAP_CONSISTENT_DMA_SIZE=12 # CONFIG_BACKLIGHT_LCD_SUPPORT is not set # diff --git a/packages/linux/linux-omap_2.6.27.bb b/packages/linux/linux-omap_2.6.27.bb index ab445ce816..bc12d9da62 100644 --- a/packages/linux/linux-omap_2.6.27.bb +++ b/packages/linux/linux-omap_2.6.27.bb @@ -6,7 +6,7 @@ KERNEL_IMAGETYPE = "uImage" COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|omap3evm" SRCREV = "2a3408be17f287fdb5809c9b6c68e7ad96d25b74" -PR = "r6" +PR = "r7" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ file://defconfig" |