HAOUAS Elyes has uploaded this change for review.

View Change

soc/intel/baytrail: Add missing typedef gpio_t

<soc/gpio.h> must typedef a gpio_t that fits in 32 bits.

Change-Id: Id14485ccdae0f237b5e985abd3e696d3e93ffae8
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
M src/soc/intel/baytrail/include/soc/gpio.h
1 file changed, 3 insertions(+), 0 deletions(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/64/34264/1
diff --git a/src/soc/intel/baytrail/include/soc/gpio.h b/src/soc/intel/baytrail/include/soc/gpio.h
index 2fed005..4575aef 100644
--- a/src/soc/intel/baytrail/include/soc/gpio.h
+++ b/src/soc/intel/baytrail/include/soc/gpio.h
@@ -339,6 +339,9 @@
#define GPSSUS_GPIO_F1_RANGE_START 11
#define GPSSUS_GPIO_F1_RANGE_END 21

+/* <soc/gpio.h> must typedef a gpio_t that fits in 32 bits. */
+typedef uint32_t gpio_t;
+
struct soc_gpio_map {
u32 pad_conf0;
u32 pad_conf1;

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

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Id14485ccdae0f237b5e985abd3e696d3e93ffae8
Gerrit-Change-Number: 34264
Gerrit-PatchSet: 1
Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr>
Gerrit-MessageType: newchange