From: Piotr Dymacz Date: Wed, 24 Aug 2016 14:18:18 +0000 (+0200) Subject: Revert part of qca953x network fixes as it breaks RAM version X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=87c12a78a51dee664b57c849923c96d3fa548981;p=oweals%2Fu-boot_mod.git Revert part of qca953x network fixes as it breaks RAM version --- diff --git a/u-boot/board/ar7240/common/qca-eth-953x.c b/u-boot/board/ar7240/common/qca-eth-953x.c index e7cd548..fd4fcb8 100644 --- a/u-boot/board/ar7240/common/qca-eth-953x.c +++ b/u-boot/board/ar7240/common/qca-eth-953x.c @@ -364,8 +364,6 @@ static int ath_gmac_alloc_fifo(int ndesc, ath_gmac_desc_t ** fifo) ~(CFG_CACHELINE_SIZE - 1)); p = UNCACHED_SDRAM(p); - memset((void*)p, 0, size); - for (i = 0; i < ndesc; i++) fifo[i] = (ath_gmac_desc_t *) p + i;