aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/h8qme_fam10/mb_sysconf.h
diff options
context:
space:
mode:
authorMartin Roth <martin@coreboot.org>2019-10-23 21:41:43 -0600
committerMartin Roth <martinroth@google.com>2019-10-27 21:08:49 +0000
commitad0f4853619b1c239b8ace7554958c6b4932c04f (patch)
tree30aab33490fa6d6dacc17a0f1bac99f0554c8ea5 /src/mainboard/supermicro/h8qme_fam10/mb_sysconf.h
parent38ddbfb325866716c9c65a460e388f33d1a773dd (diff)
src/mainboard: change "unsigned" to "unsigned int"
Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: I46d131f76ec930d2ef0f74e6eaabae067df10754 Reviewed-on: https://review.coreboot.org/c/coreboot/+/36330 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Diffstat (limited to 'src/mainboard/supermicro/h8qme_fam10/mb_sysconf.h')
-rw-r--r--src/mainboard/supermicro/h8qme_fam10/mb_sysconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/supermicro/h8qme_fam10/mb_sysconf.h b/src/mainboard/supermicro/h8qme_fam10/mb_sysconf.h
index de45310c62..f93f9e8380 100644
--- a/src/mainboard/supermicro/h8qme_fam10/mb_sysconf.h
+++ b/src/mainboard/supermicro/h8qme_fam10/mb_sysconf.h
@@ -20,13 +20,13 @@
struct mb_sysconf_t {
unsigned char bus_mcp55[8]; //1
- unsigned apicid_mcp55;
+ unsigned int apicid_mcp55;
unsigned char bus_8132_0; //7
unsigned char bus_8132_1; //8
unsigned char bus_8132_2; //9
- unsigned apicid_8132_1;
- unsigned apicid_8132_2;
+ unsigned int apicid_8132_1;
+ unsigned int apicid_8132_2;
};
#endif