From 9c2091a7bde4a2e21e88bb4bd85998eb362249ea Mon Sep 17 00:00:00 2001 From: root Date: Wed, 27 Jul 2011 12:27:16 +0200 Subject: Few fixes in IPE Camera code --- dma/nwl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dma') diff --git a/dma/nwl.h b/dma/nwl.h index 30eff9a..db7e345 100644 --- a/dma/nwl.h +++ b/dma/nwl.h @@ -13,9 +13,9 @@ typedef struct pcilib_nwl_engine_description_s pcilib_nwl_engine_description_t; #define PCILIB_NWL_ALIGNMENT 64 // in bytes #define PCILIB_NWL_DMA_DESCRIPTOR_SIZE 64 // in bytes -#define PCILIB_NWL_DMA_PAGES 512 // 1024 +#define PCILIB_NWL_DMA_PAGES 1024 // 1024 -//#define DEBUG_HARDWARE +#define DEBUG_HARDWARE //#define DEBUG_NWL #include "nwl_dma.h" -- cgit v1.2.3