Name of user not set #1002723 has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37718 )
Change subject: fix that was adviced by Nico Huber ......................................................................
Patch Set 1:
Patch Set 1:
Hi, I see that this code is scattered around various changes on Gerrit. I would recommend keeping things simple: only have a single change that is the mainboard port, which corresponds to a single commit on your local tree.
Gerrit uses the Change-Id line on the commit message to identify changes. When pushing commits, Gerrit looks at the Change-Id. If it already exists on an existing change, then the commit is considered to be an update of that change. Otherwise, it is considered a new change.
The idea is to always use the same Change-Id. If you want to modify something of that commit, just use `git commit --amend`. That way, when you push it to Gerrit, it will show as another patchset of the same change.
Hi, okok. I will pay attention to it next time I'll push something