Merge git://git.denx.de/u-boot-dm
[platform/kernel/u-boot.git] / include / dwmmc.h
index b67f11b..109f7c8 100644 (file)
@@ -157,7 +157,7 @@ struct dwmci_idmac {
        u32 cnt;
        u32 addr;
        u32 next_addr;
-};
+} __aligned(ARCH_DMA_MINALIGN);
 
 static inline void dwmci_writel(struct dwmci_host *host, int reg, u32 val)
 {