mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-28 07:02:22 +01:00
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> |
||
|---|---|---|
| .. | ||
| arch-a320 | ||
| arch-am33xx | ||
| arch-arm720t | ||
| arch-armada100 | ||
| arch-armv7 | ||
| arch-at91 | ||
| arch-bcm2835 | ||
| arch-davinci | ||
| arch-ep93xx | ||
| arch-exynos | ||
| arch-imx | ||
| arch-ixp | ||
| arch-kirkwood | ||
| arch-ks8695 | ||
| arch-lpc32xx | ||
| arch-lpc2292 | ||
| arch-mb86r0x | ||
| arch-mx5 | ||
| arch-mx6 | ||
| arch-mx25 | ||
| arch-mx27 | ||
| arch-mx31 | ||
| arch-mx35 | ||
| arch-mxs | ||
| arch-nomadik | ||
| arch-omap3 | ||
| arch-omap4 | ||
| arch-omap5 | ||
| arch-omap24xx | ||
| arch-orion5x | ||
| arch-pantheon | ||
| arch-pxa | ||
| arch-s3c24x0 | ||
| arch-s3c44b0 | ||
| arch-s3c64xx | ||
| arch-s3c4510b | ||
| arch-s5pc1xx | ||
| arch-sa1100 | ||
| arch-spear | ||
| arch-tegra20 | ||
| arch-tnetv107x | ||
| arch-u8500 | ||
| imx-common | ||
| proc-armv | ||
| armv7.h | ||
| assembler.h | ||
| atomic.h | ||
| bitops.h | ||
| bootm.h | ||
| byteorder.h | ||
| cache.h | ||
| config.h | ||
| dma-mapping.h | ||
| ehci-omap.h | ||
| emif.h | ||
| errno.h | ||
| global_data.h | ||
| gpio.h | ||
| hardware.h | ||
| io.h | ||
| linkage.h | ||
| mach-types.h | ||
| macro.h | ||
| memory.h | ||
| omap_common.h | ||
| omap_gpio.h | ||
| pl310.h | ||
| posix_types.h | ||
| processor.h | ||
| ptrace.h | ||
| setup.h | ||
| sizes.h | ||
| string.h | ||
| system.h | ||
| types.h | ||
| u-boot-arm.h | ||
| u-boot.h | ||
| unaligned.h | ||
| utils.h | ||