aboutsummaryrefslogtreecommitdiff
path: root/include/addr_map.h
diff options
context:
space:
mode:
authorStefano Babic2012-09-16 14:52:10 +0200
committerStefano Babic2012-09-17 13:17:06 +0200
commit19f59ea6db96fed898e6a25dc11a61437a2a429d (patch)
tree70f41e2d1fed55fe9873d7c7a6156b69b658009c /include/addr_map.h
parent3292539e7dc347c2d8a8f307b3a1ffa67ca1d4fe (diff)
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/addr_map.h')
0 files changed, 0 insertions, 0 deletions