jonasblixt / punchboot

Punchboot
Other
87 stars 9 forks source link

Wrong function return type #12

Closed eerimoq closed 4 years ago

eerimoq commented 4 years ago

The function is declared to return bool, but this is not bool:

https://github.com/jonasblixt/punchboot/blob/master/plat/imx/hab.c#L59

jonasblixt commented 4 years ago

Good catch

jonasblixt commented 4 years ago

Fix merged into master