diff options
author | Stefano Babic <sbabic@denx.de> | 2012-09-16 14:52:10 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2012-09-17 13:17:06 +0200 |
commit | 19f59ea6db96fed898e6a25dc11a61437a2a429d (patch) | |
tree | 70f41e2d1fed55fe9873d7c7a6156b69b658009c /include/nios2-io.h | |
parent | 3292539e7dc347c2d8a8f307b3a1ffa67ca1d4fe (diff) | |
download | u-boot-imx-19f59ea6db96fed898e6a25dc11a61437a2a429d.zip u-boot-imx-19f59ea6db96fed898e6a25dc11a61437a2a429d.tar.gz u-boot-imx-19f59ea6db96fed898e6a25dc11a61437a2a429d.tar.bz2 |
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>
Diffstat (limited to 'include/nios2-io.h')
0 files changed, 0 insertions, 0 deletions