X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fdwmmc.h;h=109f7c8ac7f7e677c5357b7ab3bbf55d984a1859;hb=fb75d972eaf5c887ada28e73d3e84d52931d4cb0;hp=b67f11b113fe8a66f9084e992a20c85d34906a36;hpb=d6694aff569a0838a9d0ef352128f5aa309d73ff;p=karo-tx-uboot.git diff --git a/include/dwmmc.h b/include/dwmmc.h index b67f11b113..109f7c8ac7 100644 --- a/include/dwmmc.h +++ b/include/dwmmc.h @@ -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) {