save some bytes by using the 'bool' type

sizeof(int) : 4
sizeof(bool): 1

Signed-off-by: Daniel Lezcano <daniel.lezcano@free.fr>
Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
4 files changed