mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-28 23:23:59 +00:00
disable dma offset for now
SVN-Revision: 6317
This commit is contained in:
parent
73fc1141c0
commit
9b47712459
@ -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