X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=include%2Fdwmmc.h;h=109f7c8ac7f7e677c5357b7ab3bbf55d984a1859;hb=306df2c8241bd363c71a99841630fb5e85d81fae;hp=b67f11b113fe8a66f9084e992a20c85d34906a36;hpb=22692ec0fbdb455ca16d4d0e27768c6b6deb4243;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) {