summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/soc/intel/braswell/include/soc/pattrs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/braswell/include/soc/pattrs.h b/src/soc/intel/braswell/include/soc/pattrs.h
index 5cad6d0545f3..3383589d3e27 100644
--- a/src/soc/intel/braswell/include/soc/pattrs.h
+++ b/src/soc/intel/braswell/include/soc/pattrs.h
@@ -29,7 +29,7 @@ struct pattrs {
int stepping;
const void *microcode_patch;
int address_bits;
- int num_cpus;
+ unsigned int num_cpus;
unsigned int bclk_khz;
};