linux-omap 2.6.27: increase DMA size for beagleboard
authorKoen Kooi <koen@openembedded.org>
Sun, 4 Jan 2009 18:46:26 +0000 (19:46 +0100)
committerKoen Kooi <koen@openembedded.org>
Sun, 4 Jan 2009 18:46:26 +0000 (19:46 +0100)
packages/linux/linux-omap-2.6.27/beagleboard/defconfig
packages/linux/linux-omap_2.6.27.bb

index e924e0c..8380a20 100644 (file)
@@ -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
 
 #
index ab445ce..bc12d9d 100644 (file)
@@ -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"