zephyr/scripts/dts
Erwan Gouriou 69a211fe00 scripts: extract_dts_includes: use deepcopcy when accessing reduced
Variables 'names' is copying value from 'reduced' dict and gives
illusion that any computation could be done on copied data.
Problem is that later computation on 'names' will modify data in
'reduced'.
Use deepcopy in order to avoid erasing thing in reduced.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2018-08-06 09:44:21 -05:00
..
extract scripts/dts: extract_dts_includes: makes 'defs' and 'structs' global 2018-08-06 09:44:21 -05:00
devicetree.py scripts: devicetree.py: get alternate labels from dt 2018-07-05 11:28:53 -05:00
extract_dts_includes.py scripts: extract_dts_includes: use deepcopcy when accessing reduced 2018-08-06 09:44:21 -05:00