summaryrefslogtreecommitdiff
path: root/util/sconfig
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2024-07-29 17:23:41 +0200
committerFelix Held <felix-coreboot@felixheld.de>2024-07-31 14:32:51 +0000
commitad8d0eff746bf2612b1f043cee43b6f1dcd408aa (patch)
tree3c210c8ddf3ea4148667e843ccacd978f19ca017 /util/sconfig
parent32c38ca221ff5956a81026fd0e5df330d569fcca (diff)
device/path: rename domain path struct element to 'domain_id'
Rename the 'domain' element of the 'domain_path' struct to 'domain_id' to clarify that this element is the domain ID. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Suggested-by: Martin Roth <gaumless@gmail.com> Change-Id: I3995deb83a669699434f0073aed0e12b688bf6e7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/83677 Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Shuo Liu <shuo.liu@intel.com>
Diffstat (limited to 'util/sconfig')
-rw-r--r--util/sconfig/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/sconfig/main.c b/util/sconfig/main.c
index 9acd5921a1..acab06aace 100644
--- a/util/sconfig/main.c
+++ b/util/sconfig/main.c
@@ -859,7 +859,7 @@ static struct device *new_device_with_path(struct bus *parent,
break;
case DOMAIN:
- new_d->path = ".type=DEVICE_PATH_DOMAIN,{.domain={ .domain = 0x%x }}";
+ new_d->path = ".type=DEVICE_PATH_DOMAIN,{.domain={ .domain_id = 0x%x }}";
break;
case GENERIC: