]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/net/designware.h
net/designware: align DMA buffer descriptors to D$ line
[people/ms/u-boot.git] / drivers / net / designware.h
index afeaccec19a4858ecc61d26834fb2d2478656ef5..382b0c7f0a66c2a9dd4dab562a13f16f780e2bda 100644 (file)
@@ -110,7 +110,7 @@ struct dmamacdescr {
        u32 dmamac_cntl;
        void *dmamac_addr;
        struct dmamacdescr *dmamac_next;
-} __aligned(16);
+} __aligned(ARCH_DMA_MINALIGN);
 
 /*
  * txrx_status definitions