
19 Jan
2016
19 Jan
'16
7:08 p.m.
On Sun, Jan 17, 2016 at 02:44:37AM +0000, Tom Rini wrote:
With gcc-5.3 we get a warning for using switch() on a bool type. Rewrite these sections as if/else and update the one section that was using 1/0 instead of true/false.
Cc: Simon Glass sjg@chromium.org Cc: Przemyslaw Marczak p.marczak@samsung.com Signed-off-by: Tom Rini trini@konsulko.com Reviewed-by: Bin Meng bmeng.cn@gmail.com Acked-by: Przemyslaw Marczak p.marczak@samsung.com
Reworded the subject and applied to u-boot/master, thanks!
--
Tom