Commit 113a591a authored by Michal Simek's avatar Michal Simek

microblaze: Add isa_dma_bridge_buggy to dma.h

It is necessary for several drivers.
Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent e7682231
......@@ -18,4 +18,10 @@
#define MAX_DMA_ADDRESS (CONFIG_KERNEL_START + memory_size - 1)
#endif
#ifdef CONFIG_PCI
extern int isa_dma_bridge_buggy;
#else
#define isa_dma_bridge_buggy (0)
#endif
#endif /* _ASM_MICROBLAZE_DMA_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment