From 7eaa5f7372c6c2b7f20ba8be5eadef71cef32036 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 20 Nov 2014 17:11:57 -0800 Subject: [PATCH] targets/kc705: avoid ddrphy/ethphy address conflict --- targets/kc705.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/kc705.py b/targets/kc705.py index 1aab9ef4..5680a0e7 100644 --- a/targets/kc705.py +++ b/targets/kc705.py @@ -107,8 +107,8 @@ class BaseSoC(SDRAMSoC): class MiniSoC(BaseSoC): csr_map = { - "ethphy": 10, - "ethmac": 11, + "ethphy": 11, + "ethmac": 12, } csr_map.update(BaseSoC.csr_map) -- 2.30.2