Attention is currently required from: Patrick Rudolph.

Angel Pons has uploaded this change for review.

View Change

soc/intel/braswell: Make `num_cpus` unsigned

Change-Id: Iff6da3dc9c744a3dae3f4dd4ac37a91f348450a3
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
---
M src/soc/intel/braswell/include/soc/pattrs.h
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/58915/1
diff --git a/src/soc/intel/braswell/include/soc/pattrs.h b/src/soc/intel/braswell/include/soc/pattrs.h
index 5cad6d0..3383589 100644
--- a/src/soc/intel/braswell/include/soc/pattrs.h
+++ b/src/soc/intel/braswell/include/soc/pattrs.h
@@ -29,7 +29,7 @@
int stepping;
const void *microcode_patch;
int address_bits;
- int num_cpus;
+ unsigned int num_cpus;
unsigned int bclk_khz;
};


To view, visit change 58915. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Iff6da3dc9c744a3dae3f4dd4ac37a91f348450a3
Gerrit-Change-Number: 58915
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus@gmail.com>
Gerrit-Reviewer: Patrick Rudolph <siro@das-labor.org>
Gerrit-Attention: Patrick Rudolph <siro@das-labor.org>
Gerrit-MessageType: newchange