u-boot-brain/drivers/ram
Heinrich Schuchardt c670aeee3d common: rename getc() to getchar()
The sandbox is built with the SDL2 library with invokes the X11 library
which in turn calls getc(). But getc() in glibc is defined as

    int getc(FILE *)

This does not match our definition.

    int getc(void)

The sandbox crashes when called with parameter -l.

Rename our library symbol getc() to getchar().

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2020-10-22 09:54:53 -04:00
..
aspeed ram: add ddr4 dual x8 configuration 2020-10-08 10:58:45 -04:00
k3-j721e ram: k3-j721e: Relax version checks for memory controller 2020-08-11 20:34:46 +05:30
mediatek common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
octeon ram: octeon: Add MIPS Octeon3 DDR4 support (part 3/3) 2020-10-07 20:25:57 +02:00
rockchip rockchip: ram: fix debug funcfion define when RAM_ROCKCHIP_DEBUG not set 2020-07-22 20:22:33 +08:00
sifive ram: sifive: Remove regmap dependency 2020-09-30 08:54:38 +08:00
stm32mp1 common: rename getc() to getchar() 2020-10-22 09:54:53 -04:00
bmips_ram.c common: Move RAM-sizing functions to init.h 2020-01-17 14:02:35 -05:00
imxrt_sdram.c ram: imxrt: Include device_compat.h 2020-10-15 18:36:56 -04:00
k3-am654-ddrss.c ti: am654: Drop duplicate dm.h inclusion 2020-08-03 22:19:54 -04:00
k3-am654-ddrss.h common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
Kconfig ram: add ddr4 dual x8 configuration 2020-10-08 10:58:45 -04:00
Makefile ram: move aspeed ram driver into drivers/ directory 2020-10-08 10:58:33 -04:00
mpc83xx_sdram.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
ram-uclass.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sandbox_ram.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
stm32_sdram.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00