targets/kc705: fix csr address conflict on eth
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 16 Feb 2015 13:14:03 +0000 (14:14 +0100)
committerSebastien Bourdeauducq <sb@m-labs.hk>
Wed, 18 Feb 2015 17:45:18 +0000 (10:45 -0700)
targets/kc705.py

index f6aa143c1edf419d8af539475dcce540cfa7296d..50b6880416b157b834af1765767cff147d8c8677 100644 (file)
@@ -111,8 +111,8 @@ class BaseSoC(SDRAMSoC):
 
 class MiniSoC(BaseSoC):
        csr_map = {
-               "ethphy":               11,
-               "ethmac":               12,
+               "ethphy":               12,
+               "ethmac":               13,
        }
        csr_map.update(BaseSoC.csr_map)