Remove redundant name field in peripherals.

This commit is contained in:
Dario Nieuwenhuis 2021-04-23 22:50:23 +02:00
parent a11c643b27
commit 4a3e6b070e

View File

@ -303,7 +303,6 @@ def parse_chips():
if addr is None: continue if addr is None: continue
p = OrderedDict({ p = OrderedDict({
'name': pname,
'addr': addr, 'addr': addr,
'kind': pkind, 'kind': pkind,
}) })