litex-hub / linux-on-litex-vexriscv

Linux on LiteX-VexRiscv
BSD 2-Clause "Simplified" License
553 stars 174 forks source link

make: Fix soc_constants handling #226

Closed jluebbe closed 3 years ago

jluebbe commented 3 years ago

To iterate over key/value pairs from a dict, .items() must be used.

enjoy-digital commented 3 years ago

Thanks @jluebbe for catching the typo.