Stefano Babic 19f59ea6db MX6: drop binary constants from iomux header
Constants set with binary value (0b...) are not compiled
from old toolchain when used by the clrsetbits_le32 macro.
Replaces them with the corresponding hex value.

The error reported (for example with the mx6qsabrelite board)
is something like:

mx6qsabrelite.c:369:1: error: invalid suffix "b101" on integer constant
mx6qsabrelite.c:369:1: error: invalid suffix "b10010" on integer constant
mx6qsabrelite.c:369:1: error: invalid suffix "b0000" on integer constant
mx6qsabrelite.c:369:1: error: invalid suffix "b10001" on integer constant

Signed-off-by: Stefano Babic <sbabic@denx.de>
2012-09-17 13:17:06 +02:00
..
2012-03-26 23:09:26 +02:00
2011-07-16 13:00:11 +02:00
2011-11-29 15:43:38 +01:00
2011-02-21 08:30:55 +01:00
2012-05-15 08:31:26 +02:00
2011-09-13 08:25:15 +02:00
2011-07-04 10:55:25 +02:00
2010-10-13 09:59:33 +02:00
2012-05-15 17:32:05 -05:00