u-boot-brain/arch/arm/include/asm/arch-mx6
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
..
clock.h imx-common: add i2c.c for bus recovery support 2012-07-31 08:00:57 +02:00
crm_regs.h imx-common: Factor out get_ahb_clk() 2012-05-15 08:31:32 +02:00
gpio.h MX: Set a common gpio.h for all i.MX 2012-09-01 14:58:27 +02:00
imx-regs.h mxc: Define architecture identifier 2012-09-01 14:58:30 +02:00
iomux.h MX6: drop binary constants from iomux header 2012-09-17 13:17:06 +02:00
mx6x_pins.h i.mx: iomux-v3.h: move to imx-common include directory 2012-07-31 08:00:19 +02:00
sys_proto.h i.MX6: Add ANATOP regulator init 2012-05-15 08:31:33 +02:00