Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41006
to look at the new patch set (#3).
Change subject: util/sconfig: Move chip instance id assignment to emit_chips() ......................................................................
util/sconfig: Move chip instance id assignment to emit_chips()
This change moves the assignment of id for chip instance from new_chip_instance() to emit_chips(). This is similar to the previous change for moving dev id assignment to happen much later.
This ensures that the same ID gets assigned to a chip when adding support for device trees which makes it easier to compare static.c files.
BUG=b:155549176
Change-Id: I3efa9af5ed91123675be42bce1cb389bad19cb62 Signed-off-by: Furquan Shaikh furquan@google.com --- M util/sconfig/main.c 1 file changed, 3 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/06/41006/3