u-boot-brain/arch/arm
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
..
cpu MX: set a common place to share code for Freescale i.MX 2012-09-10 14:24:29 +02:00
dts tegra: fdt: Add keyboard controller definition 2012-05-15 08:31:40 +02:00
imx-common MX: set a common place to share code for Freescale i.MX 2012-09-10 14:24:29 +02:00
include/asm MX6: drop binary constants from iomux header 2012-09-17 13:17:06 +02:00
lib arm: enable libgcc build for SPL 2012-09-01 14:58:22 +02:00
config.mk Makefile: Add a 'checkthumb' rule 2012-05-15 08:31:26 +02:00