From 5d9a1ffe800a70ee8085d74ec00f75bd71617785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Fr=C3=B6schle?= Date: Fri, 14 Apr 2017 09:00:22 +0000 Subject: [PATCH] remove duplication initialization of XLBARB config registers --- BaS_gcc/pci/pci.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/BaS_gcc/pci/pci.c b/BaS_gcc/pci/pci.c index 3cf57d4..1a13fd8 100644 --- a/BaS_gcc/pci/pci.c +++ b/BaS_gcc/pci/pci.c @@ -1080,10 +1080,6 @@ void init_xlbus_arbiter(void) MCF_XLB_XARB_CFG_AT; } - MCF_XLB_XARB_ADRTO = 0x1fffff; - MCF_XLB_XARB_DATTO = 0x1fffff; - MCF_XLB_XARB_BUSTO = 0xffffff; - /* * set arbitration priorities for XL bus masters *