]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - disk/part_efi.c
Cleanup after merge
[karo-tx-uboot.git] / disk / part_efi.c
index ddf80a73d2f1bf27dc4ad75dc46396a5a2d2ed40..b6cda57ff592667230e1d7c09dd64e991146701e 100644 (file)
@@ -380,7 +380,7 @@ static gpt_entry *alloc_read_gpt_entries(block_dev_desc_t * dev_desc,
 
        /* Allocate memory for PTE, remember to FREE */
        if (count != 0) {
-               pte = memalign(CONFIG_SYS_CACHELINE_SIZE, count);
+               pte = memalign(ARCH_DMA_MINALIGN, count);
        }
 
        if (count == 0 || pte == NULL) {