mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 17:14:43 +02:00
disable dma offset for now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6317 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
68bffe977f
commit
28a667defe
@ -10,7 +10,11 @@
|
|||||||
#ifndef __ASM_MACH_GENERIC_DMA_COHERENCE_H
|
#ifndef __ASM_MACH_GENERIC_DMA_COHERENCE_H
|
||||||
#define __ASM_MACH_GENERIC_DMA_COHERENCE_H
|
#define __ASM_MACH_GENERIC_DMA_COHERENCE_H
|
||||||
|
|
||||||
|
#if 0
|
||||||
#define PCI_DMA_OFFSET 0x20000000
|
#define PCI_DMA_OFFSET 0x20000000
|
||||||
|
#else
|
||||||
|
#define PCI_DMA_OFFSET 0x00000000
|
||||||
|
#endif
|
||||||
|
|
||||||
struct device;
|
struct device;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user